Merge "Remove unused apps (RamdumpService and SSRestartDetector) from factory build targets." into 24D1-dev

This commit is contained in:
Enzo Liao 2024-05-07 07:57:09 +00:00 committed by Android (Google) Code Review
commit 480bc0ce65

View File

@ -5,8 +5,8 @@ PRODUCT_PACKAGES_DEBUG += \
dump_ramdump \
ramdump \
# When not AOSP targets
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT)))
# When neither AOSP nor factory targets
ifeq (,$(filter aosp_% factory_%, $(TARGET_PRODUCT)))
PRODUCT_PACKAGES += SSRestartDetector
PRODUCT_PACKAGES_DEBUG += RamdumpUploader
endif