Merge "Rename VTS to VTS10" am: 916be61b91
am: ed51dee98e
am: 474ebdd3e9
am: 371d7b5194
Bug: 151896491
Test: none
Change-Id: I6fc0004682299ac14d9d4f0e898eb9326812061f
Merged-In: I4ac161769068887e7575bb1f51a186a4efbe51d6
Merged-In: I6fc0004682299ac14d9d4f0e898eb9326812061f
(cherry picked from commit e8d9f8cd06
)
This commit is contained in:
parent
e2ff54f07c
commit
60e8ff4d0d
|
@ -48,7 +48,7 @@ PARSE_TIME_MAKE_GOALS := \
|
||||||
user \
|
user \
|
||||||
userdataimage \
|
userdataimage \
|
||||||
userdebug \
|
userdebug \
|
||||||
vts \
|
vts10 \
|
||||||
win_sdk \
|
win_sdk \
|
||||||
winsdk-tools
|
winsdk-tools
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,12 @@
|
||||||
|
|
||||||
.PHONY: general-tests
|
.PHONY: general-tests
|
||||||
|
|
||||||
|
# TODO(b/149249068): Remove vts10-tradefed.jar after all VTS tests are converted
|
||||||
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-core-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)
|
||||||
general_tests_zip := $(PRODUCT_OUT)/general-tests.zip
|
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_ABI := armeabi-v7a
|
||||||
TARGET_2ND_CPU_ABI2 := armeabi
|
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
|
||||||
# DO NOT USE
|
# DO NOT USE
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue