Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff8a41c4 authored by Dan Shi's avatar Dan Shi
Browse files

Rename vts-core to vts

Bug: 151896491
Test: local build
Change-Id: I17dc5cfeb0d47618201c58af0c9bdb1b7d0a1421
Merged-In: I17dc5cfeb0d47618201c58af0c9bdb1b7d0a1421
parent 96c9e6ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
general_tests_tools := \
    $(HOST_OUT_JAVA_LIBRARIES)/cts-tradefed.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

intermediates_dir := $(call intermediates-dir-for,PACKAGING,general-tests)
+11 −6
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

test_suite_name := vts-core
test_suite_tradefed := vts-core-tradefed
test_suite_name := vts
test_suite_tradefed := vts-tradefed
test_suite_readme := test/vts/tools/vts-core-tradefed/README

# 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

.PHONY: vts-core
.PHONY: vts
$(compatibility_zip): $(vts_test_artifact_paths)
vts-core: $(compatibility_zip)
$(call dist-for-goals, vts-core, $(compatibility_zip))
vts: $(compatibility_zip)
$(call dist-for-goals, vts, $(compatibility_zip))

# TODO(b/149249068): Remove vts-core phony target after it's removed from all
# builders.
.PHONY: vts-core
vts-core: vts

tests: vts-core
tests: vts