remove references to vti dashboard

Bug: 210322427
Test: compile
Change-Id: Ib620bbd98c0200ea4d25813f865632f5312521e9
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 @@
   $(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 @@
   $(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