Remove healthd from base_product.mk

healthd had been deprecated from Android P.
Does not need to support it now.

Bug: 142164625
Bug: 138284857
Test: lunch gsi_arm64-userdebug;make -j
Test: No healthd in out folder
Change-Id: I48db70f4bf39f6322bd2e80e536e2ec96b3a6408
This commit is contained in:
SzuWei Lin 2019-10-05 14:05:48 +08:00
parent 4ad561c6f8
commit 24e6bcd0b6

View file

@ -17,7 +17,6 @@
# Base modules and settings for the product partition. # Base modules and settings for the product partition.
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
group_product \ group_product \
healthd \
ModuleMetadata \ ModuleMetadata \
passwd_product \ passwd_product \
product_compatibility_matrix.xml \ product_compatibility_matrix.xml \