Merge "Rename vts-core to vts" am: 488d665d7d
Change-Id: I5e6ed2bdcd26a2106be2d4d361f3a7be51085d36
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
general_tests_tools := \
|
general_tests_tools := \
|
||||||
$(HOST_OUT_JAVA_LIBRARIES)/cts-tradefed.jar \
|
$(HOST_OUT_JAVA_LIBRARIES)/cts-tradefed.jar \
|
||||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util.jar \
|
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util.jar \
|
||||||
$(HOST_OUT_JAVA_LIBRARIES)/vts-core-tradefed.jar \
|
$(HOST_OUT_JAVA_LIBRARIES)/vts-tradefed.jar \
|
||||||
$(HOST_OUT_JAVA_LIBRARIES)/vts10-tradefed.jar
|
$(HOST_OUT_JAVA_LIBRARIES)/vts10-tradefed.jar
|
||||||
|
|
||||||
intermediates_dir := $(call intermediates-dir-for,PACKAGING,general-tests)
|
intermediates_dir := $(call intermediates-dir-for,PACKAGING,general-tests)
|
||||||
|
@@ -12,8 +12,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
test_suite_name := vts-core
|
test_suite_name := vts
|
||||||
test_suite_tradefed := vts-core-tradefed
|
test_suite_tradefed := vts-tradefed
|
||||||
test_suite_readme := test/vts/tools/vts-core-tradefed/README
|
test_suite_readme := test/vts/tools/vts-core-tradefed/README
|
||||||
|
|
||||||
# TODO(b/149249068): Clean up after all VTS tests are converted.
|
# TODO(b/149249068): Clean up after all VTS tests are converted.
|
||||||
@@ -23,9 +23,14 @@ vts_test_artifact_paths :=
|
|||||||
|
|
||||||
include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
|
include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk
|
||||||
|
|
||||||
.PHONY: vts-core
|
.PHONY: vts
|
||||||
$(compatibility_zip): $(vts_test_artifact_paths)
|
$(compatibility_zip): $(vts_test_artifact_paths)
|
||||||
vts-core: $(compatibility_zip)
|
vts: $(compatibility_zip)
|
||||||
$(call dist-for-goals, vts-core, $(compatibility_zip))
|
$(call dist-for-goals, vts, $(compatibility_zip))
|
||||||
|
|
||||||
tests: vts-core
|
# TODO(b/149249068): Remove vts-core phony target after it's removed from all
|
||||||
|
# builders.
|
||||||
|
.PHONY: vts-core
|
||||||
|
vts-core: vts
|
||||||
|
|
||||||
|
tests: vts
|
||||||
|
Reference in New Issue
Block a user