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
This commit is contained in:
Wink Saville 2013-01-28 15:30:58 -08:00
parent e79c71ff8a
commit 554a0adfb7
5 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

@ -97,7 +97,6 @@ FRAMEWORKS_BASE_SUBDIRS := \
wifi \
keystore \
icu4j \
voip \
)
#

View file

@ -47,6 +47,7 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR := \
target/common/obj/JAVA_LIBRARIES/framework_intermediates \
target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \
target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates \
target/common/obj/JAVA_LIBRARIES/voip-common_intermediates \
target/common/obj/JAVA_LIBRARIES/mms-common_intermediates
# not java libraries
PDK_PLATFORM_JAVA_ZIP_CONTENTS := \

View file

@ -129,6 +129,7 @@ PRODUCT_PACKAGES += \
lint \
uiautomator \
telephony-common \
voip-common \
mms-common
# SELinux packages

View file

@ -151,6 +151,7 @@ PRODUCT_PACKAGES += \
sensorservice \
lint \
telephony-common \
voip-common \
mms-common
PRODUCT_COPY_FILES += \