Build: Add asanwrapper in SANITIZE_LITE am: eee31511f7 am: 3c326183ca am: 18c9a0d841

am: bae6a8bc63

Change-Id: I3023fe54c86b13d12609f2517aa2abd214a614e3
This commit is contained in:
Andreas Gampe 2016-12-01 00:33:34 +00:00 committed by android-build-merger
commit 98bfec1187
1 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,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 \