From 0650d1503d89f1563978f6006a2f904da7140027 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 23 Jul 2013 17:57:38 -0700 Subject: Add PRODUCT_BOOT_JARS to derive BOOTCLASSPATH - BOOTCLASSPATH now is product-configurable; - No need to maintain the duplicate values in core/dex_preopt.mk. - clean up some legacy ALL_PREBUILTs. Bug: 9990214 Change-Id: Ie3953e66d282e335bb7782b0ebd56102c35ec10e --- core/product_config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/product_config.mk') diff --git a/core/product_config.mk b/core/product_config.mk index db52f7a..e4b68cf 100644 --- a/core/product_config.mk +++ b/core/product_config.mk @@ -268,6 +268,9 @@ PRODUCT_RUNTIMES := $(product_runtimes) product_runtimes := ############################################################################# +# A list of module names of BOOTCLASSPATH (jar files) +PRODUCT_BOOT_JARS := $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOT_JARS) + # Find the device that this product maps to. TARGET_DEVICE := $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_DEVICE) -- cgit v1.1