summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-08-05 14:51:08 +0100
committerNarayan Kamath <narayan@google.com>2014-08-12 10:25:19 +0100
commit89ec496f989c44315b25ec08915d847edd322739 (patch)
tree64a3e4a0d4472db339a80e2f26efcdd274d4a186 /core/product_config.mk
parent7a864ea196bbf8583caf7e8a09cf4f686ff724fd (diff)
downloadreplicant_build-89ec496f989c44315b25ec08915d847edd322739.zip
replicant_build-89ec496f989c44315b25ec08915d847edd322739.tar.gz
replicant_build-89ec496f989c44315b25ec08915d847edd322739.tar.bz2
Remove services, wifi, ethernet from BOOTCLASSPATH.
They belong to the system_server classpath. bug: 16555230 Change-Id: Ic84f0b2baf611eeedff6d123cb7191bb0259e600
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 261b935..48f47eb 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -281,6 +281,7 @@ endif
# A list of module names of BOOTCLASSPATH (jar files)
PRODUCT_BOOT_JARS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOT_JARS))
+PRODUCT_SYSTEM_SERVER_JARS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SYSTEM_SERVER_JARS))
# Find the device that this product maps to.
TARGET_DEVICE := $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_DEVICE)