summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2021-12-16 14:42:46 -0800
committerGuang Zhu <guangzhu@google.com>2021-12-16 14:42:46 -0800
commit317f3fa0f0471f733310de12c93eaa2ceb2ef1be (patch)
tree0f51cdae9e993fd08f4614fd4c5f2bec5665fa4b
parentd197e5e045630cfbcfc9313c95fcbbde61fb2bfc (diff)
downloadframework-317f3fa0f0471f733310de12c93eaa2ceb2ef1be.tar.gz
remove references to vti dashboardandroid10-tests-dev
Bug: 210322427 Test: compile Change-Id: Ib620bbd98c0200ea4d25813f865632f5312521e9
-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