summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jason Sams <rjsams@android.com> 2010-11-04 13:33:19 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-11-04 13:33:19 -0700
commit218c60edc9976d701cfdc47925643e29712fc1cf (patch)
treef36eac5aa3587ae7c448108c35fb4883595569d1
parentea9020e0854427d47e566a1394df6749f3265410 (diff)
parentcebfaab7a515d72ec0f965eb65ba4fdb6aba7df0 (diff)
Merge "Fix potental incremental build failure with leftover RS generated files."
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 1cc8e3384554..c7bd9fd37664 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -85,6 +85,7 @@ $(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/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)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/target/common/obj/APPS/Music2_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST