aboutsummaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-03-29 09:58:41 -0700
committerColin Cross <ccross@android.com>2017-03-29 09:58:41 -0700
commitaeee7f019ec6be8a3b0cd0fbe18cbc4a32dbb23e (patch)
tree11ef5f2beb1fa11a31c889c7808936380d8b64e3 /CleanSpec.mk
parentf418b6f691d2e48ce9f43a47121b5ace5f1179c9 (diff)
downloadCar-aeee7f019ec6be8a3b0cd0fbe18cbc4a32dbb23e.tar.gz
Reapply incremental build fix again
The incremental build servers sometimes move backwards, which causes the incremental build problem to reoccur because the cleanspec has already been applied once. Since at this point they are unlikely to move backwards far enough to reach the changes that have the deleted AIDL file again, reapply the CleanSpecs one more time. Test: none Bug: 36698184 Change-Id: I438756f929f1a2bffe6fed2868eda6bd5588207a
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 1c6a5b1fad..4bf7e9aeb0 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -51,6 +51,8 @@ $(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.support.car*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.car7_intermediates/)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.car_intermediates/)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.car7_intermediates/)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.car_intermediates/)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST