Move mms lib (mms-common) code into telephony (telephony-common) (1/2)
Auto persisting WAP push code would cause circular dependency. So move
mms lib code into telephony
Change-Id: Iae3875662bca140280224ad2dc92c1d8dfac1d9e
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 91c5de6..2f407a4 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -47,6 +47,7 @@
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST