summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-01-28 15:30:58 -0800
committerWink Saville <wink@google.com>2013-01-28 15:30:58 -0800
commit554a0adfb790580735fdc2d32f4c6016072ef226 (patch)
tree7e9359825c714d876e200a45a6cd8883de8a7de4 /core/dex_preopt.mk
parente79c71ff8a6d359088cf97e6c2812b2935da7c39 (diff)
downloadbuild-554a0adfb790580735fdc2d32f4c6016072ef226.zip
build-554a0adfb790580735fdc2d32f4c6016072ef226.tar.gz
build-554a0adfb790580735fdc2d32f4c6016072ef226.tar.bz2
Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip
Add voip-common to various files so that its available when booting and building. Basically everyplace telephony and mms-common where needed voip-common was added. In core/pathmap.mk voip is removed as it is no longer in frameworks/base. Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
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 4c51b10..82dd153 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:telephony-common:mms-common:android.policy:services:apache-xml
+DEXPREOPT_BOOT_JARS := core:core-junit:bouncycastle:ext:framework:telephony-common:voip-common:mms-common:android.policy:services:apache-xml
DEXPREOPT_BOOT_JARS_MODULES := $(subst :, ,$(DEXPREOPT_BOOT_JARS))
DEXPREOPT_BUILD_DIR := $(OUT_DIR)