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 \ dump_ramdump \
ramdump \ ramdump \
# When not AOSP targets # When neither AOSP nor factory targets
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT))) ifeq (,$(filter aosp_% factory_%, $(TARGET_PRODUCT)))
PRODUCT_PACKAGES += SSRestartDetector PRODUCT_PACKAGES += SSRestartDetector
PRODUCT_PACKAGES_DEBUG += RamdumpUploader PRODUCT_PACKAGES_DEBUG += RamdumpUploader
endif endif