Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ce7ea96 authored by Ulyana Trafimovich's avatar Ulyana Trafimovich Committed by Automerger Merge Worker
Browse files

Merge "Don't patch build path to DEX jar in dex_preopt_config_merger.py." am:...

Merge "Don't patch build path to DEX jar in dex_preopt_config_merger.py." am: 96692819 am: 14bd7995

Original change: https://android-review.googlesource.com/c/platform/build/+/1574724

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5ac9c36c47133a086bdbb729829f64e8433be6d4
parents 7d8e9550 14bd7995
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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