forked from openkylin/platform_build
Revert "Build: Add sanitized app_process"
This reverts commit a35d92e431
.
The app_process__asan module is merged into app_process.
Bug: 33224213
Test: m
Change-Id: I5e3e836c67b5bd17cf967f1b2429e39c4e18557b
This commit is contained in:
parent
4938f3300a
commit
88d43677f5
|
@ -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