Merge "Remove the hosttestlib.jar as it shouldn't be needed" am: b4553b74d7 am: beacb14a18 am: 83b516aee2

Original change: https://android-review.googlesource.com/c/platform/build/+/1468266

Change-Id: I1923d72751366ce0cbb8ced555876877462ec211
This commit is contained in:
Julien Desprez 2020-10-21 18:37:38 +00:00 committed by Automerger Merge Worker
commit e3662cf17d
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@
test_suite_subdir := android-$(test_suite_name) test_suite_subdir := android-$(test_suite_name)
out_dir := $(HOST_OUT)/$(test_suite_name)/$(test_suite_subdir) out_dir := $(HOST_OUT)/$(test_suite_name)/$(test_suite_subdir)
test_artifacts := $(COMPATIBILITY.$(test_suite_name).FILES) test_artifacts := $(COMPATIBILITY.$(test_suite_name).FILES)
test_tools := $(HOST_OUT_JAVA_LIBRARIES)/hosttestlib.jar \ test_tools := $(HOST_OUT_JAVA_LIBRARIES)/tradefed.jar \
$(HOST_OUT_JAVA_LIBRARIES)/tradefed.jar \
$(HOST_OUT_JAVA_LIBRARIES)/tradefed-no-fwk.jar \ $(HOST_OUT_JAVA_LIBRARIES)/tradefed-no-fwk.jar \
$(HOST_OUT_JAVA_LIBRARIES)/tradefed-test-framework.jar \ $(HOST_OUT_JAVA_LIBRARIES)/tradefed-test-framework.jar \
$(HOST_OUT_JAVA_LIBRARIES)/loganalysis.jar \ $(HOST_OUT_JAVA_LIBRARIES)/loganalysis.jar \