From 69e58738af841495dbae1ead04a6c1a7329a250a Mon Sep 17 00:00:00 2001 From: Enzo Liao Date: Wed, 17 Apr 2024 14:52:58 +0800 Subject: [PATCH] Remove unsed apps (RamdumpService and SSRestartDetector) from AOSP. After ag/26620507, the two apps are built in AOSP. AOSP doesn't need them so we should not build them. Bug: 298102808 Design: go/sys-software-logging Test: Manual Flag: NONE N/A Change-Id: I93cf92de91e1880739e0593b84f6343d152682f8 --- ramdump_and_coredump/ramdump_and_coredump.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/ramdump_and_coredump/ramdump_and_coredump.mk b/ramdump_and_coredump/ramdump_and_coredump.mk index b235084..5c76bf8 100644 --- a/ramdump_and_coredump/ramdump_and_coredump.mk +++ b/ramdump_and_coredump/ramdump_and_coredump.mk @@ -1,11 +1,9 @@ PRODUCT_PACKAGES += \ sscoredump \ - SSRestartDetector PRODUCT_PACKAGES_DEBUG += \ dump_ramdump \ ramdump \ - RamdumpUploader BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/ramdump_and_coredump/sepolicy