summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-08-20 18:04:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-20 18:04:50 -0700
commitba35cf7a888931d2f53a7ffd767918579af5d334 (patch)
tree532dae7588b25c6362dc8cb5df7393a6dc334e05 /CleanSpec.mk
parent1e698982c9277c291e8eeedf1e80d7905040e421 (diff)
parentb4f6a01d51612b9e50dffd95905e9c9add79b5d8 (diff)
downloadframeworks_base-ba35cf7a888931d2f53a7ffd767918579af5d334.zip
frameworks_base-ba35cf7a888931d2f53a7ffd767918579af5d334.tar.gz
frameworks_base-ba35cf7a888931d2f53a7ffd767918579af5d334.tar.bz2
am b4f6a01d: Adding a clean spec step for removed aidl files
* commit 'b4f6a01d51612b9e50dffd95905e9c9add79b5d8': Adding a clean spec step for removed aidl files
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 a94252d..0de72f5 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -171,6 +171,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/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/print/)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/printservice/)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/packages/services/Proxy/)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/print/IPrinterDiscoverySessionObserver.*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/print/IPrinterDiscoverySessionClient.*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************