config: Require all requested packages to exist
Change-Id: I5b31a90668d4aa0355f9d1abb1b6efa982d1e1d7
This commit is contained in:
committed by
Bruno Martins
parent
70b1bf3812
commit
ee8dbc29ab
@@ -100,6 +100,9 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
|
|||||||
# Disable vendor restrictions
|
# Disable vendor restrictions
|
||||||
PRODUCT_RESTRICT_VENDOR_FILES := false
|
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
|
# Bootanimation
|
||||||
TARGET_SCREEN_WIDTH ?= 1080
|
TARGET_SCREEN_WIDTH ?= 1080
|
||||||
TARGET_SCREEN_HEIGHT ?= 1920
|
TARGET_SCREEN_HEIGHT ?= 1920
|
||||||
|
Reference in New Issue
Block a user