From c6f440e85c1e6ecf833cbfbd623a386f0ead40c7 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn <> Date: Tue, 24 Mar 2009 17:45:38 -0700 Subject: [PATCH] Automated import from //branches/donutburger/...@140489,140489 --- cleanspec.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cleanspec.mk b/cleanspec.mk index 290319cd9c..d0f7a6929b 100644 --- a/cleanspec.mk +++ b/cleanspec.mk @@ -71,6 +71,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/s $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/libwebcore_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PinyinIME_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) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST