Build: Add sanitized app_process

am: a35d92e431

Change-Id: Idc10fa334820dab5de1a697092e4c14fb6023425
This commit is contained in:
Andreas Gampe 2016-12-01 00:06:20 +00:00 committed by android-build-merger
commit 2ceff14391
1 changed files with 7 additions and 0 deletions

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