Pass the intermediate dir to appcompat.sh

For ASAN build the intermediate dir might differ from the default
directory.

Test: m (on an affected ASAN build)
Bug: 116020783
Change-Id: Ie4f282ea651d710351799f3fc24dba42e79ee63d
This commit is contained in:
Dario Freni 2018-09-19 23:13:46 +01:00
parent c4af7d75dc
commit 75266ab671
1 changed files with 1 additions and 1 deletions

View File

@ -2460,7 +2460,7 @@ endef
define run-appcompat define run-appcompat
$(hide) \ $(hide) \
echo "appcompat.sh output:" >> $(PRODUCT_OUT)/appcompat/$(PRIVATE_MODULE).log && \ 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 endef
appcompat-files = \ appcompat-files = \
art/tools/veridex/appcompat.sh \ art/tools/veridex/appcompat.sh \