Remove unit tests jar from suites
Remove unit tests jar from official suite packaging they will be run & tested externally as real unit tests. Include the compatiblity-tradefed.jar element as it will be needed. Test: make cts; run cts-unit-tests Bug: 173811050 Change-Id: Ie808c7422e35c48c9392f7179806745ef392de64
This commit is contained in:
parent
e5b0fbd21a
commit
67e5ec6202
1 changed files with 1 additions and 3 deletions
|
@ -34,9 +34,7 @@ test_tools := $(HOST_OUT_JAVA_LIBRARIES)/tradefed.jar \
|
|||
$(HOST_OUT_JAVA_LIBRARIES)/tradefed-test-framework.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/loganalysis.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util-tests.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-common-util-tests.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-tradefed-tests.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/compatibility-tradefed.jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/$(test_suite_tradefed).jar \
|
||||
$(HOST_OUT_JAVA_LIBRARIES)/$(test_suite_tradefed)-tests.jar \
|
||||
$(HOST_OUT_EXECUTABLES)/$(test_suite_tradefed) \
|
||||
|
|
Loading…
Reference in a new issue