config: Require all requested packages to exist

Change-Id: I5b31a90668d4aa0355f9d1abb1b6efa982d1e1d7
This commit is contained in:
Aaron Kling
2022-08-29 14:47:50 -05:00
committed by Bruno Martins
parent 70b1bf3812
commit ee8dbc29ab

View File

@@ -100,6 +100,9 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
# Disable vendor restrictions
PRODUCT_RESTRICT_VENDOR_FILES := false
# Require all requested packages to exist
$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk),)
# Bootanimation
TARGET_SCREEN_WIDTH ?= 1080
TARGET_SCREEN_HEIGHT ?= 1920