Remove non-existant packages from mainline_system
Also add the health-check macro to the buildable products to make sure no other non-existant packages are added. Bug: 80410283 Test: build mainline_arm64 + mainline_system_arm64 Change-Id: I6c54de2f43b5ab0c9e0ddfa09fa7553c321e4aa7
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/mainline.mk)
|
||||
$(call enforce-product-packages-exist,)
|
||||
|
||||
PRODUCT_NAME := mainline_arm64
|
||||
PRODUCT_DEVICE := mainline_arm64
|
||||
|
@@ -75,7 +75,6 @@ PRODUCT_PACKAGES += \
|
||||
android.hardware.radio.deprecated@1.0 \
|
||||
android.hardware.secure_element@1.0 \
|
||||
android.hardware.wifi@1.0 \
|
||||
android.hidl.base@1.0 \
|
||||
libaudio-resampler \
|
||||
liblogwrap \
|
||||
liblz4 \
|
||||
|
@@ -16,6 +16,7 @@
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
|
||||
$(call enforce-product-packages-exist,)
|
||||
|
||||
PRODUCT_NAME := mainline_system_arm64
|
||||
PRODUCT_DEVICE := mainline_arm64
|
||||
|
Reference in New Issue
Block a user