summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorKazuhiro Inaba <kinaba@google.com>2018-09-06 16:28:09 +0900
committerKazuhiro Inaba <kinaba@google.com>2018-10-02 10:31:08 +0900
commit8c07530bd2598b8c18ce5b27212f4ce43b9345ef (patch)
treec6800f6da30f883263df90334f8d7154f1e7e146 /CleanSpec.mk
parentb49caf066fab8540292cbe6939e8e69899cb05f2 (diff)
downloadcts-8c07530bd2598b8c18ce5b27212f4ce43b9345ef.tar.gz
cts-instant: Do not build CtsDpiTestCases2 into cts_instant.
It is explicitly excluded in the cts-instant-setup config with comment <!-- These target Cupcake not applicable to instant apps which target Oreo+ --> and hence the test has never been run within CTS for instant apps. There should be no need to build it in. Bug: 114165730 Test: cts-instant-tradefed list modules | grep CtsDpiTestCases2 Change-Id: I59a2b96da0d36c389a9624541ac102587aeca94f
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 64c5abd5b3d..e42e0d9b57b 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,6 +49,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/cts-trad
$(call add-clean-step, rm -rf $(HOST_OUT)/cts/android-cts/testcases/CtsUiHostTestCases*)
$(call add-clean-step, rm -rf $(HOST_OUT)/cts_instant/android-cts_instant/testcases/CtsJobSchedulerTestCases*)
$(call add-clean-step, rm -rf $(HOST_OUT)/cts_instant/android-cts_instant/testcases/CtsUiHostTestCases*)
+$(call add-clean-step, rm -rf $(HOST_OUT)/cts_instant/android-cts_instant/testcases/CtsDpiTestCases2*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST