diff options
-rw-r--r-- | core/dex_preopt.mk | 2 | ||||
-rw-r--r-- | target/product/core.mk | 4 |
2 files changed, 4 insertions, 2 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) diff --git a/target/product/core.mk b/target/product/core.mk index 688c806..8cf3b3e 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -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 \ |