aboutsummaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-03-28 16:47:27 -0700
committerColin Cross <ccross@android.com>2017-03-28 16:49:31 -0700
commit0927beaf82ebd3a535ef9355815929936fd62b0d (patch)
tree56fe5fe7635a694daff75c6de850a21939b3cec0 /CleanSpec.mk
parent2f592d271ed31bb7177556e413b32e4d1afb6dc6 (diff)
downloadCar-0927beaf82ebd3a535ef9355815929936fd62b0d.tar.gz
Add cleanspec to fix incremental build issue
Removing an aidl file in I691c4dc07491d51158f109c79c93f0748186bfc6 caused an incremental build issue. Wipe the intermediates to fix incremental builds until the underlying issue is fixed. Test: none Bug: 36698184 Change-Id: Ibd31f917c6516c3c376c19e9cccda1ba38e97dff
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 cf17fee671..b19d4780a3 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,6 +49,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/androi
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/PACKAGING/android.car*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.support.car*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/PACKAGING/android.support.car*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.car7_intermediates/)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST