forked from openkylin/platform_build
Add new jar that will replace tradefed.jar
for compatibility with across branches, still need to export tradefed.jar. Test: make cts Bug: 149758913 Change-Id: I101cba5dc3abe483b4dfbe6a113e24960e0e07ba
This commit is contained in:
parent
757fd2768e
commit
b8f37694a3
|
@ -30,6 +30,7 @@ out_dir := $(HOST_OUT)/$(test_suite_name)/android-$(test_suite_name)
|
|||
test_artifacts := $(COMPATIBILITY.$(test_suite_name).FILES)
|
||||
test_tools := $(HOST_OUT_JAVA_LIBRARIES)/hosttestlib.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/tradefed.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/tradefed-no-fwk.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/tradefed-test-framework.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/loganalysis.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util.jar \
|
||||
|
|
Loading…
Reference in New Issue