summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-06-30 16:13:26 -0700
committerWink Saville <wink@google.com>2012-07-06 18:06:36 -0700
commitc16c945497852629294f9207d317886f8af3a375 (patch)
tree659d54991b1071a0f6ac30ab988f4888d246da36 /core/dex_preopt.mk
parent69cfe57ae5b0dd7aaab924df38bddee131cba2a5 (diff)
downloadbuild-c16c945497852629294f9207d317886f8af3a375.zip
build-c16c945497852629294f9207d317886f8af3a375.tar.gz
build-c16c945497852629294f9207d317886f8af3a375.tar.bz2
Create telephony-common and mms-common
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
Diffstat (limited to 'core/dex_preopt.mk')
-rw-r--r--core/dex_preopt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk
index 38982c0..4c51b10 100644
--- a/core/dex_preopt.mk
+++ b/core/dex_preopt.mk
@@ -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)