Remove unused 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: I0925fa0bb512a0001bfb46c524c9124128bc5e6e
This commit is contained in:
parent
d211011681
commit
d8a9aa897d
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
sscoredump \
|
sscoredump \
|
||||||
SSRestartDetector
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
dump_ramdump \
|
dump_ramdump \
|
||||||
ramdump \
|
ramdump \
|
||||||
RamdumpUploader
|
|
||||||
|
# When not AOSP targets
|
||||||
|
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT)))
|
||||||
|
PRODUCT_PACKAGES += SSRestartDetector
|
||||||
|
PRODUCT_PACKAGES_DEBUG += RamdumpUploader
|
||||||
|
endif
|
||||||
|
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/ramdump_and_coredump/sepolicy
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/ramdump_and_coredump/sepolicy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue