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

Commit 3c326183 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Build: Add asanwrapper in SANITIZE_LITE

am: eee31511

Change-Id: I2fda3c98543296418b7c4741e8425f1ab35f7fb1
parents 2ceff143 eee31511
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -131,6 +131,11 @@ PRODUCT_PACKAGES += \

# In SANITIZE_LITE, we have a specialized modules that are sanitized.
ifeq ($(SANITIZE_LITE),true)
# Pull in the asan wrapper binary.
PRODUCT_PACKAGES += \
    asanwrapper \

# Pull in the specialized binaries.
PRODUCT_PACKAGES += \
    app_process__asan \