Add tradefed attributes to cc_test bazel macro

The BUILD file will now have the needed attributes to run the tradefed
test rules.

Test: b test //packages/modules/adb:adbd_test --platforms=//build/bazel/platforms:android_target
Change-Id: I5cb84ccdde27a7fadbef479269df594344a29187
This commit is contained in:
Kevin Dagostino
2022-12-04 11:16:42 +00:00
parent 2731ca8377
commit 32edd1a608
4 changed files with 275 additions and 51 deletions

View File

@@ -11,6 +11,7 @@ bootstrap_go_package {
],
srcs: [
"autogen.go",
"autogen_bazel.go",
"config.go",
"makevars.go",
],