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

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

Build: Add sanitized app_process

Add sanitized app_process module to PRODUCT_PACKAGES when building
with SANITIZE_LITE=true

Bug: 33224213
Test: m SANITIZE_TARGET=address SANITIZE_LITE=true && ls $OUT/system/bin/asan
Change-Id: Ic67976f1b897b638d569ec6f42d5a8d59f8a9285
parent e69f15c9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -129,6 +129,13 @@ PRODUCT_PACKAGES += \
    vold \
    wm

# In SANITIZE_LITE, we have a specialized modules that are sanitized.
ifeq ($(SANITIZE_LITE),true)
PRODUCT_PACKAGES += \
    app_process__asan \

endif

# Packages included only for eng or userdebug builds, previously debug tagged
PRODUCT_PACKAGES_DEBUG := \
    perfprofd