Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13bbb49c authored by Colin Cross's avatar Colin Cross Committed by Cherrypicker Worker
Browse files

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
Change-Id: Ie01cbca9cee73bf39ed54eca306d45f0bd4f3867
(cherry picked from commit 7475d557)
Merged-In:Ie01cbca9cee73bf39ed54eca306d45f0bd4f3867
parent c0d5ef77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.