From 89ec496f989c44315b25ec08915d847edd322739 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 5 Aug 2014 14:51:08 +0100 Subject: Remove services, wifi, ethernet from BOOTCLASSPATH. They belong to the system_server classpath. bug: 16555230 Change-Id: Ic84f0b2baf611eeedff6d123cb7191bb0259e600 --- core/product_config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'core/product_config.mk') 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) -- cgit v1.1