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

Commit 1eaeb209 authored by Dario Freni's avatar Dario Freni Committed by android-build-merger
Browse files

Merge "Pass the intermediate dir to appcompat.sh" am: abda9446

am: ea0c204d

Change-Id: I23676ddd18a132aeaa756b1ddabd8063a51017e7
parents 637d2329 ea0c204d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2455,7 +2455,7 @@ endef
define run-appcompat
$(hide) \
  echo "appcompat.sh output:" >> $(PRODUCT_OUT)/appcompat/$(PRIVATE_MODULE).log && \
  art/tools/veridex/appcompat.sh --dex-file=$@ 2>&1 >> $(PRODUCT_OUT)/appcompat/$(PRIVATE_MODULE).log
  PACKAGING=$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING art/tools/veridex/appcompat.sh --dex-file=$@ 2>&1 >> $(PRODUCT_OUT)/appcompat/$(PRIVATE_MODULE).log
endef
appcompat-files = \
  art/tools/veridex/appcompat.sh \