Native project restructuring

This commit is contained in:
topjohnwu
2019-01-30 03:35:07 -05:00
parent 60f69feaff
commit 4df1047b07
11 changed files with 10 additions and 10 deletions

View File

@ -374,7 +374,7 @@ def cleanup(args):
if 'native' in args.target:
header('* Cleaning native')
system(ndk_build + ' -C native B_MAGISK=1 B_INIT=1 B_BOOT=1 B_BXZ=1 B_BB=1 clean')
system(ndk_build + ' -C native B_MAGISK=1 B_INIT=1 B_BOOT=1 B_BB=1 clean')
shutil.rmtree(os.path.join('native', 'out'), ignore_errors=True)
if 'java' in args.target: