Lines Matching +full:runs +full:- +full:on
7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
57 flag.StringVar(&delveListen, "delve_listen", "", "Delve port to listen on for debugging")
58 flag.StringVar(&delvePath, "delve_path", "", "Path to Delve. Only used if --delve_listen is set")
62 …QueryViewDir, "bazel_queryview_dir", "", "path to the bazel queryview directory relative to --top")
102 // Bazel-enabled mode. Soong runs in two passes.
136 // Run the code-generation phase to convert BazelTargetModules to BUILD files.
235 // The dependency of build.ninja on soong.environment.used is declared in
239 fmt.Fprintf(os.Stderr, "--available_env not set\n")
260 // The top-level Blueprints file is passed as the first argument.
273 // Add a non-existent file to the dependencies so that soong_build will rerun when the debugger is
282 // special-cased.
283 // TODO: Fix this by not passing --used_env to the soong_docs invocation
331 // since bp2build runs without Kati, and the 'nothing' target is declared in
374 // The bp2build process is a purely functional process that only depends on
375 // Android.bp files. It must not depend on the values of per-build product
377 // files based on how the user has configured their tree.
398 // Run the code-generation phase to convert BazelTargetModules to BUILD files
407 "bazel-bin",
408 "bazel-genfiles",
409 "bazel-out",
410 "bazel-testlogs",
411 "bazel-" + filepath.Base(topDir),
422 // for queryview, since that's a total repo-wide conversion and there's a