Merge changes from topic "vts-package" am: ab39096ee7 am: 3e052fc8e1 am: e74a22498c

Change-Id: I8a5edb9b725d9931a635d32f6ff58e632115f9e7
This commit is contained in:
Automerger Merge Worker 2020-02-19 22:45:06 +00:00
commit 5468683063
1 changed files with 7 additions and 0 deletions

View File

@ -15,9 +15,16 @@
test_suite_name := vts-core
test_suite_tradefed := vts-core-tradefed
test_suite_readme := test/vts/tools/vts-core-tradefed/README
# TODO(b/149249068): Clean up after all VTS tests are converted.
vts_test_artifact_paths :=
# Some repo may not include vts project.
-include test/vts/tools/build/tasks/framework/vts_for_core_suite.mk
include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
.PHONY: vts-core
$(compatibility_zip): $(vts_test_artifact_paths)
vts-core: $(compatibility_zip)
$(call dist-for-goals, vts-core, $(compatibility_zip))