Use single module for clang runtime libraries
The clang prebuilts now provide a single module with per-architecture
variants instead of a module per architecture.
Bug: 220019988
Test: m checkbuild
(cherry picked from commit 7475d557e4
)
Merged-In: Ie01cbca9cee73bf39ed54eca306d45f0bd4f3867
Change-Id: Id5ddcdc91060ea3c8c6c8537f54af4cb7e17637c
This commit is contained in:
@@ -295,7 +295,7 @@ PRODUCT_PACKAGES += \
|
|||||||
# HWASAN runtime for SANITIZE_TARGET=hwaddress builds
|
# HWASAN runtime for SANITIZE_TARGET=hwaddress builds
|
||||||
ifneq (,$(filter hwaddress,$(SANITIZE_TARGET)))
|
ifneq (,$(filter hwaddress,$(SANITIZE_TARGET)))
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libclang_rt.hwasan-aarch64-android.bootstrap
|
libclang_rt.hwasan.bootstrap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Jacoco agent JARS to be built and installed, if any.
|
# Jacoco agent JARS to be built and installed, if any.
|
||||||
|
Reference in New Issue
Block a user