Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e2da94e authored by Kevin Dagostino's avatar Kevin Dagostino
Browse files

Use existing BUILD files for test-related tools.

Allowlist BUILD files of test-related tools so that they appear in the final bp2build workspace. This is required for Bazel test rules that are dependent on these projects.

Test: b build //prebuilts/runtime/... //tools/asuite/atest:atest-tradefed  //tools/asuite/atest/bazel/reporter/...
Change-Id: Ie34658706efe6ca7657c935528df8daef61bfc0c
parent a7526ad4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -385,8 +385,11 @@ var (
		"prebuilts/sdk":/* recursive = */ false,
		"prebuilts/sdk/tools":/* recursive = */ false,
		"prebuilts/r8":/* recursive = */ false,
		"prebuilts/runtime":/* recursive = */ false,

		"tools/asuite/atest/":/* recursive = */ true,
		// not recursive due to conflicting workspace paths in tools/atest/bazel/rules
		"tools/asuite/atest":/* recursive = */ false,
		"tools/asuite/atest/bazel/reporter":/* recursive = */ true,
	}

	Bp2buildModuleAlwaysConvertList = []string{