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:
Ulyana Trafimovich
2021-03-29 09:24:00 +00:00
committed by Gerrit Code Review
2 changed files with 41 additions and 23 deletions

View File

@@ -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))