Loading target/product/base.mk +7 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,13 @@ PRODUCT_PACKAGES += \ vold \ 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 PRODUCT_PACKAGES_DEBUG := \ perfprofd Loading Loading
target/product/base.mk +7 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,13 @@ PRODUCT_PACKAGES += \ vold \ 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 PRODUCT_PACKAGES_DEBUG := \ perfprofd Loading