forked from openkylin/platform_build
Build: Add asanwrapper in SANITIZE_LITE
am: eee31511f7
Change-Id: I2fda3c98543296418b7c4741e8425f1ab35f7fb1
This commit is contained in:
commit
3c326183ca
|
@ -131,6 +131,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 \
|
||||
|
||||
|
|
Loading…
Reference in New Issue