diff options
author | Wink Saville <wink@google.com> | 2012-06-30 16:13:26 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-07-17 12:22:58 -0700 |
commit | c4e790dc6474566799012728f9e67f5d794975b4 (patch) | |
tree | 659d54991b1071a0f6ac30ab988f4888d246da36 /core | |
parent | 69cfe57ae5b0dd7aaab924df38bddee131cba2a5 (diff) | |
download | build-c4e790dc6474566799012728f9e67f5d794975b4.zip build-c4e790dc6474566799012728f9e67f5d794975b4.tar.gz build-c4e790dc6474566799012728f9e67f5d794975b4.tar.bz2 |
Create telephony-common and mms-common - DO NOT MERGE
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')
-rw-r--r-- | core/dex_preopt.mk | 2 |
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) |