diff options
author | Andy Stadler <> | 2009-03-25 15:50:11 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 15:50:11 -0700 |
commit | 99048a01e66dc236e3b7a7886c6924ec23993c81 (patch) | |
tree | acdb9128e9a44e61af33f058d9ad9ca4cd78e937 | |
parent | 4bb2b38d7d30b2d87ed35c4f892d1bf4bbef883e (diff) | |
download | build-99048a01e66dc236e3b7a7886c6924ec23993c81.zip build-99048a01e66dc236e3b7a7886c6924ec23993c81.tar.gz build-99048a01e66dc236e3b7a7886c6924ec23993c81.tar.bz2 |
Automated import from //branches/master/...@142738,142738
-rw-r--r-- | cleanspec.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cleanspec.mk b/cleanspec.mk index d0f7a69..22d9fe1 100644 --- a/cleanspec.mk +++ b/cleanspec.mk @@ -73,6 +73,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(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) +$(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 |