forked from openkylin/platform_build
Add loganalysis to cts
Tradefed depends on Loganalysis so it should also be part of cts. Luckily there was no overlap (cts never called a part of TF that use loganalysis) so it never failed with classNotFound before. Test: build cts Bug: 75979908 Change-Id: I65edf4d1a46c20875e31a61ddfcd343dd7c639aa Merged-In: I2542ecd077149f7165aff120d67054943df20b54
This commit is contained in:
parent
dc3806d97e
commit
ccbedae0e6
|
@ -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)/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 \
|
||||
|
|
Loading…
Reference in New Issue