From ca46df57839ffd4c602cc4692271d9658ffe904a Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Thu, 15 Dec 2022 18:56:49 -0800 Subject: [PATCH] Remove tradefed-no-fwk from suites Test: presubmit Ignore-AOSP-First: Cherry pick Bug: 262597958 Change-Id: I672533c475362f4438b5aefc108749be4cfc97df (cherry picked from commit 917acd67c736894551537c52f8eebc4ab8f96b95) --- core/tasks/tools/compatibility.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tasks/tools/compatibility.mk b/core/tasks/tools/compatibility.mk index 7d08a2f2e7..f640d7e3e0 100644 --- a/core/tasks/tools/compatibility.mk +++ b/core/tasks/tools/compatibility.mk @@ -30,7 +30,6 @@ test_suite_subdir := android-$(test_suite_name) out_dir := $(HOST_OUT)/$(test_suite_name)/$(test_suite_subdir) test_artifacts := $(COMPATIBILITY.$(test_suite_name).FILES) test_tools := $(HOST_OUT_JAVA_LIBRARIES)/tradefed.jar \ - $(HOST_OUT_JAVA_LIBRARIES)/tradefed-no-fwk.jar \ $(HOST_OUT_JAVA_LIBRARIES)/tradefed-test-framework.jar \ $(HOST_OUT_JAVA_LIBRARIES)/loganalysis.jar \ $(HOST_OUT_JAVA_LIBRARIES)/compatibility-host-util.jar \