summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-01-08 01:01:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-08 01:01:21 +0000
commita21b8ea724ca043cb4e95d0e9a8eef223ff8561e (patch)
tree65fbd7d7717464b57cc1a5ba378a638bb019dfc8 /core/product_config.mk
parent47182de7603493a083cb39232b4d6c545c06cd6f (diff)
parenta292b7b02bdf051df9eebbe4a51c6a55ce91a7a2 (diff)
downloadreplicant_build-a21b8ea724ca043cb4e95d0e9a8eef223ff8561e.zip
replicant_build-a21b8ea724ca043cb4e95d0e9a8eef223ff8561e.tar.gz
replicant_build-a21b8ea724ca043cb4e95d0e9a8eef223ff8561e.tar.bz2
am a292b7b0: am 83709a21: am 95fc1a50: am f12d4810: Merge "PRODUCT_BOOT_JARS as a list of jar names separated by space"
* commit 'a292b7b02bdf051df9eebbe4a51c6a55ce91a7a2': PRODUCT_BOOT_JARS as a list of jar names separated by space
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 b3e4c0a..b438830 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)