Move nist-sip from ext.jar to voip-common.jar

No component other than voip-common uses it.

Test: basic sanity
Bug: 140872785

Merged-in: Ie8c9a7266d1ed9ea67b43c9267610e236b6e547a
Change-Id: Ie8c9a7266d1ed9ea67b43c9267610e236b6e547a
(cherry picked from commit 18f5877436)
This commit is contained in:
Amit Mahajan
2019-09-11 14:00:54 -07:00
parent 6afb115dea
commit ecbc5f5ee9
2 changed files with 1 additions and 1 deletions

View File

@@ -516,7 +516,6 @@ java_library {
sdk_version: "core_platform",
static_libs: [
"libphonenumber-platform",
"nist-sip",
"tagsoup",
"rappor",
"libtextclassifier-java",

View File

@@ -253,6 +253,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/DynamicAndroidInstallationService)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/DefaultContainerService)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/CaptivePortalLogin)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework/ext.jar)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER
# ******************************************************************