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

Commit 3f95d38e authored by Dario Freni's avatar Dario Freni Committed by android-build-merger
Browse files

Merge "Log only errors when invoking veridex." am: 17e9a79f

am: a56b6fb4

Change-Id: I2eadfbbfaae3ec0e4ecd08bc26754c1ab6857db1
parents eb8b11b7 a56b6fb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2370,7 +2370,7 @@ endef
define run-appcompat
$(hide) \
  echo "appcompat.sh output:" >> $(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
  PACKAGING=$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING ANDROID_LOG_TAGS="*:e" art/tools/veridex/appcompat.sh --dex-file=$@ 2>&1 >> $(PRODUCT_OUT)/appcompat/$(PRIVATE_MODULE).log
endef
appcompat-files = \
  art/tools/veridex/appcompat.sh \