From 63d377c56b14c960318441f4372e90d99421fb96 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Fri, 11 Nov 2016 12:12:06 +0000 Subject: [PATCH] Build CTS out of TF source Export the TF jar build from source to the cts zip. Test: build cts Bug: 32819381 Change-Id: I4e1ccbd3a7ea27998a95986c1dd0348e01da60b6 --- 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 076585f5b..532876488 100644 --- a/core/tasks/tools/compatibility.mk +++ b/core/tasks/tools/compatibility.mk @@ -26,6 +26,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-prebuilt.jar \ + $(HOST_OUT_JAVA_LIBRARIES)/tradefed.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 \