Loading core/product.mk +7 −2 Original line number Diff line number Diff line Loading @@ -541,10 +541,15 @@ $(call readonly-variables,$(_readonly_late_variables)) endef # # Strip the variables in _product_strip_var_list # Strip the variables in _product_var_list and a few build-system # internal variables, and assign the ones for the current product # to a shorthand that is more convenient to read from elsewhere. # define strip-product-vars $(foreach v,$(_product_var_list), \ $(foreach v,\ $(_product_var_list) \ PRODUCT_ENFORCE_PACKAGES_EXIST \ PRODUCT_ENFORCE_PACKAGES_EXIST_WHITELIST, \ $(eval $(v) := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).$(v)))) \ ) endef Loading target/product/generic.mk +2 −1 Original line number Diff line number Diff line Loading @@ -25,4 +25,5 @@ PRODUCT_BRAND := generic PRODUCT_DEVICE := generic PRODUCT_NAME := generic $(call enforce-product-packages-exist,) whitelist := product_manifest.xml $(call enforce-product-packages-exist,$(whitelist)) target/product/mainline_arm64.mk +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ $(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,) whitelist := product_manifest.xml $(call enforce-product-packages-exist,$(whitelist)) PRODUCT_NAME := mainline_arm64 PRODUCT_DEVICE := mainline_arm64 Loading Loading
core/product.mk +7 −2 Original line number Diff line number Diff line Loading @@ -541,10 +541,15 @@ $(call readonly-variables,$(_readonly_late_variables)) endef # # Strip the variables in _product_strip_var_list # Strip the variables in _product_var_list and a few build-system # internal variables, and assign the ones for the current product # to a shorthand that is more convenient to read from elsewhere. # define strip-product-vars $(foreach v,$(_product_var_list), \ $(foreach v,\ $(_product_var_list) \ PRODUCT_ENFORCE_PACKAGES_EXIST \ PRODUCT_ENFORCE_PACKAGES_EXIST_WHITELIST, \ $(eval $(v) := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).$(v)))) \ ) endef Loading
target/product/generic.mk +2 −1 Original line number Diff line number Diff line Loading @@ -25,4 +25,5 @@ PRODUCT_BRAND := generic PRODUCT_DEVICE := generic PRODUCT_NAME := generic $(call enforce-product-packages-exist,) whitelist := product_manifest.xml $(call enforce-product-packages-exist,$(whitelist))
target/product/mainline_arm64.mk +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ $(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,) whitelist := product_manifest.xml $(call enforce-product-packages-exist,$(whitelist)) PRODUCT_NAME := mainline_arm64 PRODUCT_DEVICE := mainline_arm64 Loading