Merge "Create a vts-core suite harness package"

am: d9bef81f7c

Change-Id: I6f393746adbe01ca5856142aba2557264172cb52
This commit is contained in:
Dan Shi 2019-09-20 11:22:14 -07:00 committed by android-build-merger
commit 516a6158c8
3 changed files with 13 additions and 2 deletions

View file

@ -2857,7 +2857,9 @@ endef
# Can be passed a subdirectory to use for the common testcase directory. # Can be passed a subdirectory to use for the common testcase directory.
define compatibility_suite_dirs define compatibility_suite_dirs
$(strip \ $(strip \
$(COMPATIBILITY_TESTCASES_OUT_$(1)) \ $(if $(COMPATIBILITY_TESTCASES_OUT_INCLUDE_MODULE_FOLDER_$(1)),\
$(COMPATIBILITY_TESTCASES_OUT_$(1))/$(LOCAL_MODULE)$(2),\
$(COMPATIBILITY_TESTCASES_OUT_$(1))) \
$($(my_prefix)OUT_TESTCASES)/$(LOCAL_MODULE)$(2)) $($(my_prefix)OUT_TESTCASES)/$(LOCAL_MODULE)$(2))
endef endef

View file

@ -75,6 +75,8 @@ $(shell mkdir -p $(EMPTY_DIRECTORY) && rm -rf $(EMPTY_DIRECTORY)/*)
-include test/suite_harness/tools/cts-instant-tradefed/build/config.mk -include test/suite_harness/tools/cts-instant-tradefed/build/config.mk
# MTS-specific config. # MTS-specific config.
-include test/mts/tools/build/config.mk -include test/mts/tools/build/config.mk
# VTS-Core-specific config.
-include test/vts/tools/vts-core-tradefed/build/config.mk
# Clean rules # Clean rules
.PHONY: clean-dex-files .PHONY: clean-dex-files

View file

@ -44,6 +44,13 @@ $(vts-core-zip) : $(COMPATIBILITY.vts-core.FILES) $(my_host_shared_lib_for_vts_c
$(PRIVATE_vts_core_list) $(PRIVATE_vts_core_list)
vts-core: $(vts-core-zip) vts-core: $(vts-core-zip)
$(call dist-for-goals, vts-core, $(vts-core-zip) $(vts-core-list-zip) $(vts-core-configs-zip))
test_suite_name := vts-core
test_suite_tradefed := vts-core-tradefed
test_suite_readme := test/vts/tools/vts-core-tradefed/README
include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
vts-core: $(compatibility_zip)
$(call dist-for-goals, vts-core, $(vts-core-zip) $(vts-core-list-zip) $(vts-core-configs-zip) $(compatibility_zip))
tests: vts-core tests: vts-core