Fix build script

This commit is contained in:
topjohnwu 2023-05-19 15:32:14 -07:00
parent 2bcf2e76f1
commit 2e77a426b2
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ def run_ndk_build(flags):
def run_cargo_build(args):
os.chdir(op.join("native", "src"))
native_out = op.join("..", "out")
mkdir(native_out)
targets = set(args.target) & set(rust_targets)
if "resetprop" in args.target: