Home
last modified time | relevance | path

Searched refs:bazelCommand (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel_handler_test.go13 bazelContext, _ := testBazelContext(t, map[bazelCommand]string{
14bazelCommand{command: "cquery", expression: "kind(rule, deps(@soong_injection//mixed_builds:buildr…
33 bazelContext, baseDir := testBazelContext(t, map[bazelCommand]string{})
58 bazelContext, _ := testBazelContext(t, map[bazelCommand]string{
59 bazelCommand{command: "aquery", expression: "deps(@soong_injection//mixed_builds:buildroot)"}: `
101 func testBazelContext(t *testing.T, bazelCommandResults map[bazelCommand]string) (*bazelContext, st…
108 …aqueryCommand := bazelCommand{command: "aquery", expression: "deps(@soong_injection//mixed_builds:…
Dbazel_handler.go89 …issueBazelCommand(paths *bazelPaths, runName bazel.RunName, command bazelCommand, extraFlags ...st… argument
294 type bazelCommand struct { struct
301 bazelCommandResults map[bazelCommand]string
302 commands []bazelCommand
307 command bazelCommand,
322 …iltinBazelRunner) issueBazelCommand(paths *bazelPaths, runName bazel.RunName, command bazelCommand,
626 bazelCommand{"cquery", fmt.Sprintf("kind(rule, deps(%s))", buildrootLabel)},
663 bazelCommand{"aquery", fmt.Sprintf("deps(%s)", buildrootLabel)},
683 bazelCommand{"build", "@soong_injection//mixed_builds:phonyroot"})