summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-07-23 17:57:38 -0700
committerYing Wang <wangying@google.com>2013-07-24 15:15:55 -0700
commit0650d1503d89f1563978f6006a2f904da7140027 (patch)
tree31730f7410e0017670c497ae0b672fb627c0c8d6 /core/product_config.mk
parent336b06f78c33480eac584d646b1a1c48d132c3b5 (diff)
downloadreplicant_build-0650d1503d89f1563978f6006a2f904da7140027.zip
replicant_build-0650d1503d89f1563978f6006a2f904da7140027.tar.gz
replicant_build-0650d1503d89f1563978f6006a2f904da7140027.tar.bz2
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
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk3
1 files changed, 3 insertions, 0 deletions
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)