Skip to content

Commit

Permalink
Merge "Pass the intermediate dir to appcompat.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Sep 20, 2018
2 parents a70669e + 75266ab commit abda944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/definitions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit abda944

Please sign in to comment.