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

Commit b60e8fb7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use single module for clang runtime libraries"

parents 6ae6a3ae 7ee2eaaf
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.