Merge "Manually install hwasan runtime on SANITIZE_TARGET=hwaddress builds" am: 3ed9b8b7f9 am: 9d560baab5 am: 2afae90d46 am: 5ff38b8498 am: 988ca5f04e

Original change: https://android-review.googlesource.com/c/platform/build/+/1437493

Change-Id: I06d41b61df0d7499318ad4803c0d2c64fe7d3953
This commit is contained in:
Colin Cross 2020-10-02 02:58:44 +00:00 committed by Automerger Merge Worker
commit 80f87de84a
1 changed files with 6 additions and 0 deletions

View File

@ -283,6 +283,12 @@ PRODUCT_PACKAGES += \
system_manifest.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
PRODUCT_HOST_PACKAGES += \
BugReport \