Browse Source

Merge "Remove jar target not used"

Julien Desprez 1 year ago
parent
commit
3895c286ff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tradefed/suite_harness/tradefed_binary.go

+ 0 - 1
tradefed/suite_harness/tradefed_binary.go

@@ -78,7 +78,6 @@ func tradefedBinaryLoadHook(tfb *TradefedBinaryProperties) func(ctx android.Load
 		// Add dependencies required by all tradefed_binary modules.
 		props.Libs = []string{
 			"tradefed",
-			"tradefed-test-framework",
 			"loganalysis",
 			"compatibility-host-util",
 		}