Merge changes from topic 'app_process_sanitized_binaries'

* changes:
  Build: Add asanwrapper in SANITIZE_LITE
  Build: Add sanitized app_process
This commit is contained in:
Treehugger Robot 2016-11-30 21:00:55 +00:00 committed by Gerrit Code Review
commit de24e6198e
1 changed files with 12 additions and 0 deletions

View File

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