Merge "Pass the intermediate dir to appcompat.sh"

am: abda944667

Change-Id: I5d7c51288fa4cd6739d29db7c2d9261527ce4070
This commit is contained in:
Dario Freni 2018-09-19 17:20:01 -07:00 committed by android-build-merger
commit ea0c204d4f
1 changed files with 1 additions and 1 deletions

View File

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