From fae54cbd8a3370ef4a4944468fda92db60bc33c9 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Mon, 18 May 2020 13:28:40 -0700 Subject: [PATCH] Add tradefed-test-framework to the suites exported jar New jar that needs to be packaged for suites. Test: make cts Bug: 149758913 Change-Id: If29508f3dd30939be603ed03f2536c960ca40d92 --- core/tasks/tools/compatibility.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tasks/tools/compatibility.mk b/core/tasks/tools/compatibility.mk index 87582a55d..89b0b9b1b 100644 --- a/core/tasks/tools/compatibility.mk +++ b/core/tasks/tools/compatibility.mk @@ -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-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 \