summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-01-07 14:31:49 -0800
committerYing Wang <wangying@google.com>2014-01-07 14:31:49 -0800
commitad6674cd6003b78ef8ba101eb8a6b3c889ae4b0d (patch)
tree105b3646af74afb3f5dc43117f4fb595d2594e1d /core/product_config.mk
parenta47d12e38ae38a6fdceb54172490c94408efa0de (diff)
downloadbuild-ad6674cd6003b78ef8ba101eb8a6b3c889ae4b0d.zip
build-ad6674cd6003b78ef8ba101eb8a6b3c889ae4b0d.tar.gz
build-ad6674cd6003b78ef8ba101eb8a6b3c889ae4b0d.tar.bz2
PRODUCT_BOOT_JARS as a list of jar names separated by space
This makes it easier for OEMs to extend the PRODUCT_BOOT_JARS in their product configuration files. Change-Id: I5feca2f808b1914c275f28c7a4c38cca2ba6851f
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index a2be30b..0574c66 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -280,7 +280,7 @@ endif
#############################################################################
# A list of module names of BOOTCLASSPATH (jar files)
-PRODUCT_BOOT_JARS := $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOT_JARS)
+PRODUCT_BOOT_JARS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOT_JARS))
# Find the device that this product maps to.
TARGET_DEVICE := $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_DEVICE)