summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-07-02 18:36:07 -0700
committerJeff Sharkey <jsharkey@android.com>2014-07-02 18:37:09 -0700
commit6ee242a58c659738a58986a1c7573eb019a42ad5 (patch)
tree282260dc496a85d183d7cc11dddf9ccafcf8a898 /CleanSpec.mk
parentd04fc42ab0dd4ce4dd8a551cada73637a33104a3 (diff)
downloadframeworks_base-6ee242a58c659738a58986a1c7573eb019a42ad5.zip
frameworks_base-6ee242a58c659738a58986a1c7573eb019a42ad5.tar.gz
frameworks_base-6ee242a58c659738a58986a1c7573eb019a42ad5.tar.bz2
CleanSpec to fix build.
Change-Id: I3995214498d22fa1bdb82eb44cda2e5ca6ba02a4
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 909fdb6..20e48f9 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -206,6 +206,9 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/servic
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates/src/core/java/android/app)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework2_intermediates)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER