forked from openkylin/platform_build
Merge "Don't patch build path to DEX jar in dex_preopt_config_merger.py." am: 966928196d
Original change: https://android-review.googlesource.com/c/platform/build/+/1574724 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2e5429dbf32b90ef3ee20b1299d9891da6dd6deb
This commit is contained in:
commit
14bd7995f9
|
@ -72,8 +72,6 @@ def main():
|
|||
clc = clcs[lib]
|
||||
if lib in uses_libs:
|
||||
ulib = uses_libs[lib]
|
||||
# On-host (build) path to the dependency DEX jar file.
|
||||
clc['Host'] = ulib['BuildPath']
|
||||
# On-device (install) path to the dependency DEX jar file.
|
||||
clc['Device'] = ulib['DexLocation']
|
||||
# CLC of the dependency becomes a subcontext. We only need sub-CLC for
|
||||
|
|
Loading…
Reference in New Issue