summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2021-12-16 23:54:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-16 23:54:04 +0000
commit2b215b34a5a6b75e2f12283990e83d1044a809ae (patch)
tree4c9d90318257174bf0e9fc86c19e5177672b8e83
parent855d22f4c5c39a1ef065e661e016f8344ec0cdd9 (diff)
parent317f3fa0f0471f733310de12c93eaa2ceb2ef1be (diff)
downloadframework-2b215b34a5a6b75e2f12283990e83d1044a809ae.tar.gz
remove references to vti dashboard am: 317f3fa0f0android11-tests-dev
Original change: https://android-review.googlesource.com/c/platform/test/framework/+/1926181 Change-Id: Ia0038ea21462139108eb5b84ca2436c5a6284712
-rw-r--r--build/Android.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/build/Android.mk b/build/Android.mk
index 82b1883..3885cc4 100644
--- a/build/Android.mk
+++ b/build/Android.mk
@@ -85,27 +85,6 @@ host_acloud_copy_pairs := \
$(foreach f,$(host_acloud_files),\
tools/acloud/$(f):$(VTSLAB_TESTCASES_OUT)/acloud/$(f))
-host_vti_dashboard_proto_files := \
- $(call find-files-in-subdirs,test/vti/dashboard/proto,"*.py" -and -type f,.)
-
-host_vti_test_serving_proto_files := \
- $(call find-files-in-subdirs,test/vti/test_serving/proto,"*.py" -and -type f,.)
-
-host_vti_copy_pairs := \
- $(foreach f,$(host_vti_test_serving_proto_files),\
- test/vti/test_serving/proto/$(f):$(VTSLAB_TESTCASES_OUT)/vti/test_serving/proto/$(f)) \
- $(foreach f,$(host_vti_dashboard_proto_files),\
- test/vti/dashboard/proto/$(f):$(VTSLAB_TESTCASES_OUT)/vti/dashboard/proto/$(f)) \
- test/vti/dashboard/__init__.py:$(VTSLAB_TESTCASES_OUT)/vti/dashboard/__init__.py \
- test/vti/test_serving/__init__.py:$(VTSLAB_TESTCASES_OUT)/vti/test_serving/__init__.py \
-
-$(VTSLAB_TESTCASES_OUT)/vti/__init__.py:
- @mkdir -p $(VTSLAB_TESTCASES_OUT)/vti
- @touch $(VTSLAB_TESTCASES_OUT)/vti/__init__.py
-
-host_vti_extra_copy_pairs := \
- $(VTSLAB_TESTCASES_OUT)/vti/__init__.py \
-
vts_host_python_files := \
$(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.)
@@ -127,10 +106,8 @@ vtslab_copy_pairs := \
$(call copy-many-files,$(host_hc_gsispl_copy_pairs)) \
$(call copy-many-files,$(host_hc_extra_copy_pairs)) \
$(call copy-many-files,$(host_acloud_copy_pairs)) \
- $(call copy-many-files,$(host_vti_copy_pairs)) \
$(call copy-many-files,$(vts_host_python_copy_pairs)) \
$(call copy-many-files,$(host_hc_bin_lib_copy_pairs)) \
- $(host_vti_extra_copy_pairs) \
$(compatibility_zip): $(vtslab_copy_pairs) $(VTSLAB_TESTCASES_OUT)/version.txt