summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2010-03-31 10:59:43 -0700
committerFred Quintana <fredq@google.com>2010-03-31 10:59:43 -0700
commit28d5e74b425d2227e27ab9d7b895677726c9a6f5 (patch)
tree6823bd5393fe91ad9eb6ca3665c725bb6af3b54c /CleanSpec.mk
parent77c560f3d7891d9ae1ad714b5f65a22ff4f4c06b (diff)
downloadframeworks_base-28d5e74b425d2227e27ab9d7b895677726c9a6f5.zip
frameworks_base-28d5e74b425d2227e27ab9d7b895677726c9a6f5.tar.gz
frameworks_base-28d5e74b425d2227e27ab9d7b895677726c9a6f5.tar.bz2
added a cleanspec since ActiveSyncInfo.aidl was removed
Change-Id: I1fb57d2a4d28211f0adaf8c1d184a8c5f7701d7f
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index de0fd2f..417f764 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,6 +49,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/framework_intermediates/src/core/java/android/backup)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/backup)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/app)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/content)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST