forked from openkylin/platform_build
Revert "Build: Add asanwrapper in SANITIZE_LITE" am: 4938f3300a
am: 92058120b2
am: 75aa99ba60
am: f1ebff97a2
Change-Id: I7f08bb5a5d56836042fac54d810a3bad1b760cec
This commit is contained in:
commit
d24fb170a1
|
@ -137,11 +137,6 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# In SANITIZE_LITE, we have a specialized modules that are sanitized.
|
# In SANITIZE_LITE, we have a specialized modules that are sanitized.
|
||||||
ifeq ($(SANITIZE_LITE),true)
|
ifeq ($(SANITIZE_LITE),true)
|
||||||
# Pull in the asan wrapper binary.
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
asanwrapper \
|
|
||||||
|
|
||||||
# Pull in the specialized binaries.
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
app_process__asan \
|
app_process__asan \
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue