summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-08-20 16:56:46 -0700
committerSvetoslav <svetoslavganov@google.com>2013-08-20 17:59:01 -0700
commitb4f6a01d51612b9e50dffd95905e9c9add79b5d8 (patch)
treedc551e921bfbdc96a90943ad1701712cabde4adf /CleanSpec.mk
parenta37e2346f8856e541cd1f4aa3546b5ac2fa5262b (diff)
downloadframeworks_base-b4f6a01d51612b9e50dffd95905e9c9add79b5d8.zip
frameworks_base-b4f6a01d51612b9e50dffd95905e9c9add79b5d8.tar.gz
frameworks_base-b4f6a01d51612b9e50dffd95905e9c9add79b5d8.tar.bz2
Adding a clean spec step for removed aidl files
Change-Id: I350bf6c0dfae116898b13c9f2570c7263eff1814
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
# ************************************************