Merge "Manually install hwasan runtime on SANITIZE_TARGET=hwaddress builds"

This commit is contained in:
Colin Cross
2020-10-02 01:06:10 +00:00
committed by Gerrit Code Review

View File

@@ -281,6 +281,12 @@ PRODUCT_PACKAGES += \
system_manifest.xml \ system_manifest.xml \
system_compatibility_matrix.xml \ system_compatibility_matrix.xml \
# HWASAN runtime for SANITIZE_TARGET=hwaddress builds
ifneq (,$(filter hwaddress,$(SANITIZE_TARGET)))
PRODUCT_PACKAGES += \
libclang_rt.hwasan-aarch64-android.bootstrap
endif
# Host tools to install # Host tools to install
PRODUCT_HOST_PACKAGES += \ PRODUCT_HOST_PACKAGES += \
BugReport \ BugReport \