aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2019-09-04 12:04:12 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-04 12:04:12 -0700
commitc264c32770ae09d9490b66de8e8d72a222fdf26e (patch)
tree580bd003b0f60c4137c286bb12f50608e2ce96fb
parent478bda01225ffffb83ba988e67120a163797e587 (diff)
parent979c9f3117a3ee1d963bba463c772f682e086343 (diff)
downloadbuild-c264c32770ae09d9490b66de8e8d72a222fdf26e.tar.gz
Merge "Delete cts_instant tasks: not needed anymore"
am: 979c9f3117 Change-Id: I83be1baa082283cb85172aa728ccb4a3f566f8f1
-rw-r--r--core/tasks/cts_instant.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/core/tasks/cts_instant.mk b/core/tasks/cts_instant.mk
deleted file mode 100644
index 18f1db308c..0000000000
--- a/core/tasks/cts_instant.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (C) 2018 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-test_suite_name := cts_instant
-test_suite_tradefed := cts-instant-tradefed
-test_suite_dynamic_config := test/suite_harness/tools/cts-instant-tradefed/DynamicConfig.xml
-test_suite_readme := test/suite_harness/tools/cts-instant-tradefed/README
-
-include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
-
-.PHONY: cts_instant
-cts_instant: $(compatibility_zip)
-$(call dist-for-goals, cts_instant, $(compatibility_zip))
-