Use single module for clang runtime libraries am: 6d6cad6629

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

Change-Id: I4204f31bb441b0abbc4873da3f6fc9ae0f96041f
This commit is contained in:
Colin Cross
2022-03-01 01:20:47 +00:00
committed by Automerger Merge Worker

View File

@@ -302,7 +302,7 @@ PRODUCT_PACKAGES += \
# HWASAN runtime for SANITIZE_TARGET=hwaddress builds
ifneq (,$(filter hwaddress,$(SANITIZE_TARGET)))
PRODUCT_PACKAGES += \
libclang_rt.hwasan-aarch64-android.bootstrap
libclang_rt.hwasan.bootstrap
endif
# Jacoco agent JARS to be built and installed, if any.