forked from openkylin/platform_build
Revert "Build: Add sanitized app_process"
am: 88d43677f5
Change-Id: I358a67f5e89bf72e7bba9d97a16d34d9a3e79afb
This commit is contained in:
commit
d77b29fdb3
|
@ -129,13 +129,6 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue