Merge changes I1f0ab4af,Iea3be0fc
* changes: Fix AAPT path in dexpreopt. Allow modules that don't run verify_uses_libraries to have nonempty CLC.
This commit is contained in:
@@ -66,9 +66,9 @@ def main():
|
||||
if not args.sdk:
|
||||
raise SystemExit('target sdk version is not set')
|
||||
if not args.host_contexts:
|
||||
raise SystemExit('host context is not set')
|
||||
args.host_contexts = []
|
||||
if not args.target_contexts:
|
||||
raise SystemExit('target context is not set')
|
||||
args.target_contexts = []
|
||||
|
||||
print(construct_contexts(args))
|
||||
|
||||
|
Reference in New Issue
Block a user