Merge "Rename VTS to VTS10"
This commit is contained in:
commit
916be61b91
3 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ PARSE_TIME_MAKE_GOALS := \
|
|||
user \
|
||||
userdataimage \
|
||||
userdebug \
|
||||
vts \
|
||||
vts10 \
|
||||
win_sdk \
|
||||
winsdk-tools
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
|
||||
.PHONY: general-tests
|
||||
|
||||
# TODO(b/149249068): Remove vts-tradefed.jar after all VTS tests are converted
|
||||
# TODO(b/149249068): Remove vts10-tradefed.jar after all VTS tests are converted
|
||||
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)
|
||||
general_tests_zip := $(PRODUCT_OUT)/general-tests.zip
|
||||
|
|
|
@ -23,7 +23,7 @@ TARGET_2ND_ARCH := arm
|
|||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
TARGET_2ND_CPU_ABI2 := armeabi
|
||||
|
||||
ifneq ($(TARGET_BUILD_APPS)$(filter cts sdk vts,$(MAKECMDGOALS)),)
|
||||
ifneq ($(TARGET_BUILD_APPS)$(filter cts sdk vts10,$(MAKECMDGOALS)),)
|
||||
# DO NOT USE
|
||||
# DO NOT USE
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue