OSDN Git Service

move telephony, mms, and voip common jars to core_minimal
authorAdam Hampson <ahampson@google.com>
Thu, 15 May 2014 23:28:39 +0000 (16:28 -0700)
committerAdam Hampson <ahampson@google.com>
Thu, 15 May 2014 23:33:06 +0000 (16:33 -0700)
These jars need to be present on Molly to pass CTS.

Bug: 13075332

Change-Id: I175871c2e7cff107e3f30ba4541171ebc13509d2
Signed-off-by: Adam Hampson <ahampson@google.com>
target/product/core_base.mk
target/product/core_minimal.mk

index 4c3dc56..0f793bb 100644 (file)
@@ -57,28 +57,7 @@ PRODUCT_PACKAGES += \
     libvariablespeed \
     libwebrtc_audio_preprocessing \
     mdnsd \
-    mms-common \
     requestsync \
-    telephony-common \
-    voip-common \
     wifi-service
 
 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
-# Override the PRODUCT_BOOT_JARS set in core_minimal.mk. The order matters.
-PRODUCT_BOOT_JARS := \
-    core \
-    conscrypt \
-    okhttp \
-    core-junit \
-    bouncycastle \
-    ext \
-    framework \
-    framework2 \
-    telephony-common \
-    voip-common \
-    mms-common \
-    android.policy \
-    services \
-    apache-xml \
-    webviewchromium \
-    wifi-service
index 8d9ba15..3ecad4c 100644 (file)
@@ -57,10 +57,13 @@ PRODUCT_PACKAGES += \
     libwilhelm \
     logd \
     make_ext4fs \
+    mms-common \
     screencap \
     sensorservice \
+    telephony-common \
     uiautomator \
     uncrypt \
+    voip-common \
     webview \
     wifi-service
 
@@ -74,6 +77,9 @@ PRODUCT_BOOT_JARS := \
     ext \
     framework \
     framework2 \
+    telephony-common \
+    voip-common \
+    mms-common \
     android.policy \
     services \
     apache-xml \