aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimran Basi <sbasi@google.com>2017-02-10 15:40:43 -0800
committerSimran Basi <sbasi@google.com>2017-11-01 12:05:30 -0700
commit0a0732aa57f541ae609bc93f81a7d2b40ad78e08 (patch)
tree8ec68b9c5ce0fd376b5f02e6ec99628637b9535d
parent62541f396aefcdad0978650272d5b8f11b0927a4 (diff)
downloadbuild-0a0732aa57f541ae609bc93f81a7d2b40ad78e08.tar.gz
Update CleanSpec.mk for the common testcase directories.
Fix an issue with incremental builds and the new common testcase directories. Bug: None Test: Removed https://android-review.googlesource.com/#/c/234478/ then ran `m cts-platform-version-check` then reapplied the change to verify the failure. Then applied this new change to verify the problem was resolved. Change-Id: I77529021e852af35571fb99537d87100010b47af (cherry picked from commit 7fe57cfdcdc086871300d37cf6e80bc94f85b5ee) Merged-In: I77529021e852af35571fb99537d87100010b47af
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 3c8d6ceb9c..b311470571 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -374,6 +374,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
# $(PRODUCT_OUT)/recovery/root/sdcard goes from symlink to folder.
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/sdcard)
+$(call add-clean-step, rm -rf $(HOST_OUT_TESTCASES))
+$(call add-clean-step, rm -rf $(TARGET_OUT_TESTCASES))
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************