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

Commit eee31511 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Build: Add asanwrapper in SANITIZE_LITE

Add asanwrapper helper binary to PRODUCT_PACKAGES when building with
SANITIZE_LITE=true.

Bug: 33224213
Test: m SANITIZE_TARGET=address SANITIZE_LITE=true && ls $OUT/system/bin/asanwrapper
Change-Id: Ic4d8973b9e9ddfd9ef8663735bf5f70d8f9f70e1
parent a35d92e4
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 \