Merge "Add PRODUCT_BOOT_JARS_EXTRA interface"
This commit is contained in:
@@ -216,6 +216,12 @@ _product_list_vars += PRODUCT_VENDOR_KERNEL_HEADERS
|
|||||||
|
|
||||||
# A list of module names of BOOTCLASSPATH (jar files)
|
# A list of module names of BOOTCLASSPATH (jar files)
|
||||||
_product_list_vars += PRODUCT_BOOT_JARS
|
_product_list_vars += PRODUCT_BOOT_JARS
|
||||||
|
|
||||||
|
# A list of extra BOOTCLASSPATH jars (to be appended after common jars).
|
||||||
|
# Products that include device-specific makefiles before AOSP makefiles should use this
|
||||||
|
# instead of PRODUCT_BOOT_JARS, so that device-specific jars go after common jars.
|
||||||
|
_product_list_vars += PRODUCT_BOOT_JARS_EXTRA
|
||||||
|
|
||||||
_product_list_vars += PRODUCT_SUPPORTS_BOOT_SIGNER
|
_product_list_vars += PRODUCT_SUPPORTS_BOOT_SIGNER
|
||||||
_product_list_vars += PRODUCT_SUPPORTS_VBOOT
|
_product_list_vars += PRODUCT_SUPPORTS_VBOOT
|
||||||
_product_list_vars += PRODUCT_SUPPORTS_VERITY
|
_product_list_vars += PRODUCT_SUPPORTS_VERITY
|
||||||
|
@@ -228,6 +228,9 @@ PRODUCT_AAPT_CONFIG := $(PRODUCT_LOCALES) $(PRODUCT_AAPT_CONFIG)
|
|||||||
PRODUCT_AAPT_CONFIG_SP := $(PRODUCT_AAPT_CONFIG)
|
PRODUCT_AAPT_CONFIG_SP := $(PRODUCT_AAPT_CONFIG)
|
||||||
PRODUCT_AAPT_CONFIG := $(subst $(space),$(comma),$(PRODUCT_AAPT_CONFIG))
|
PRODUCT_AAPT_CONFIG := $(subst $(space),$(comma),$(PRODUCT_AAPT_CONFIG))
|
||||||
|
|
||||||
|
# Extra boot jars must be appended at the end after common boot jars.
|
||||||
|
PRODUCT_BOOT_JARS += $(PRODUCT_BOOT_JARS_EXTRA)
|
||||||
|
|
||||||
ifndef PRODUCT_SYSTEM_NAME
|
ifndef PRODUCT_SYSTEM_NAME
|
||||||
PRODUCT_SYSTEM_NAME := $(PRODUCT_NAME)
|
PRODUCT_SYSTEM_NAME := $(PRODUCT_NAME)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user