From 409e0a907de3ab92c17d94b91eb74fde0f8778a7 Mon Sep 17 00:00:00 2001 From: Andy Stadler <> Date: Thu, 2 Apr 2009 22:44:11 -0700 Subject: [PATCH] AI 144393: am: CL 144253 Cleanstep for gsm related errors. Original author: stadler Automated import of CL 144393 --- cleanspec.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanspec.mk b/cleanspec.mk index 22d9fe19d8..a3d84fad4b 100644 --- a/cleanspec.mk +++ b/cleanspec.mk @@ -75,6 +75,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.an $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PinyinIMEGoogleService_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.inputmethod.pinyin.lib_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PinyinIMEGoogleService_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST