Merge "Use single module for clang runtime libraries"

This commit is contained in:
Treehugger Robot
2022-03-15 22:52:55 +00:00
committed by Gerrit Code Review

View File

@@ -295,7 +295,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.