summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-10-19 09:55:52 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-19 09:55:52 -0700
commit18286cc60111db8fd3574f3df1d9db0920cb918c (patch)
treeb05f9e6f37af168e7c52614827300f2cbf625a6e /CleanSpec.mk
parent0bc1f39643a8434d855c3166b17fcece2e7050dc (diff)
parent38476ef2f1bc5d8c3540382ea792f709d0b61faf (diff)
downloadframeworks_base-18286cc60111db8fd3574f3df1d9db0920cb918c.zip
frameworks_base-18286cc60111db8fd3574f3df1d9db0920cb918c.tar.gz
frameworks_base-18286cc60111db8fd3574f3df1d9db0920cb918c.tar.bz2
am 38476ef2: am 8f1e7b62: Merge "Cleanspec to fix incremental build failures of the form:" into gingerbread
Merge commit '38476ef2f1bc5d8c3540382ea792f709d0b61faf' * commit '38476ef2f1bc5d8c3540382ea792f709d0b61faf': Cleanspec to fix incremental build failures of the form:
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 3c744c4..1cc8e33 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -83,6 +83,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/androi
$(call add-clean-step, rm -rf out/target/common/docs/api-stubs*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustedlogic)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/com/trustedlogic)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustedlogic)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/com/trustedlogic)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST