Skip to content
Snippets Groups Projects
Commit 18f58774 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

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

No component other than voip-common uses it.

Test: basic sanity
Bug: 140872785
Change-Id: Ie8c9a7266d1ed9ea67b43c9267610e236b6e547a
parent 4e493c4f
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,6 @@ java_library {
sdk_version: "core_platform",
static_libs: [
"libphonenumber-platform",
"nist-sip",
"tagsoup",
"rappor",
"libtextclassifier-java",
......
......@@ -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
# ******************************************************************
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment