OSDN Git Service

Create telephony-common and mms-common - DO NOT MERGE
authorWink Saville <wink@google.com>
Sat, 30 Jun 2012 23:13:26 +0000 (16:13 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 17 Jul 2012 19:22:58 +0000 (12:22 -0700)
These have been created to reduce the size and complexity
of frameworks/base.

mms-common was created by moving all of
  frameworks/base/core/java/com/google/android/mms
to:
  frameworks/opt/mms

telephony-common was created by moving some of
  frameworks/base/telephony
to:
  frameworks/opt/telephony

Change-Id: I5613c1447dbe655c55f9ba499e453bb59a06c4c0

core/dex_preopt.mk
target/product/core.mk

index 38982c0..4c51b10 100644 (file)
@@ -4,7 +4,7 @@
 ####################################
 
 # TODO: replace it with device's BOOTCLASSPATH
-DEXPREOPT_BOOT_JARS := core:core-junit:bouncycastle:ext:framework:android.policy:services:apache-xml
+DEXPREOPT_BOOT_JARS := core:core-junit:bouncycastle:ext:framework:telephony-common:mms-common:android.policy:services:apache-xml
 DEXPREOPT_BOOT_JARS_MODULES := $(subst :, ,$(DEXPREOPT_BOOT_JARS))
 
 DEXPREOPT_BUILD_DIR := $(OUT_DIR)
index 688c806..8cf3b3e 100644 (file)
@@ -119,7 +119,9 @@ PRODUCT_PACKAGES := \
     screencap \
     sensorservice \
     lint \
-    uiautomator
+    uiautomator \
+    telephony-common \
+    mms-common \
 
 PRODUCT_COPY_FILES += \
     system/core/rootdir/init.usb.rc:root/init.usb.rc \