summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2018-06-05 11:30:20 -0700
committerGuang Zhu <guangzhu@google.com>2018-06-05 14:41:40 -0700
commit7effb41b1b7eecd1b1c944426653de5ae1ec53e7 (patch)
treefcdf03da03c35ef2abd704fff2c0f480174cfcff /CleanSpec.mk
parent85d69bbb9f4a3446e889af5f4f2b8add850b5fd3 (diff)
downloadcts-7effb41b1b7eecd1b1c944426653de5ae1ec53e7.tar.gz
remove CtsUiHostTestCases from CTS
- and by extension, VTS Bug: 109660132 Test: make sure it builds, and verify build output Change-Id: Ic33e360073ed3e02c44acb150f4a77286b63068e
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 71ada3dc2c0..a7121ad58a5 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -46,6 +46,7 @@
$(call add-clean-step, rm -rf $(HOST_OUT_INTERMEDIATES)/EXECUTABLES/vm-tests-tf_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/cts-tradefed_intermediates/com/android/compatibility/SuiteInfo.java)
+$(call add-clean-step, rm -rf $(HOST_OUT)/cts/android-cts/testcases/CtsUiHostTestCases*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST