Build: Add sanitized app_process am: a35d92e431 am: 2ceff14391

am: 77541fee1b

Change-Id: I26c9aa1babb03d328d80d64ee5f5dd427cef26e6
This commit is contained in:
Andreas Gampe
2016-12-01 00:27:17 +00:00
committed by android-build-merger

View File

@@ -129,6 +129,13 @@ PRODUCT_PACKAGES += \
vold \ vold \
wm 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 # Packages included only for eng or userdebug builds, previously debug tagged
PRODUCT_PACKAGES_DEBUG := \ PRODUCT_PACKAGES_DEBUG := \
perfprofd perfprofd