Lines Matching +full:ninja +full:- +full:linux
7 // http://www.apache.org/licenses/LICENSE-2.0
44 // all request-relevant information about a target and returns a string containing
47 // - `target` is the only parameter to this function (a configured target).
48 // - The return value must be a string.
49 // - The function body should not be indented outside of its own scope.
68 // TODO(cparsons): Other cquery-related methods should be added here.
324 cmdFlags := []string{"--output_base=" + absolutePath(paths.outputBase), command.command}
326 cmdFlags = append(cmdFlags, "--profile="+shared.BazelMetricsFilename(paths, runName))
330 // non-canonicalized to @sourceroot labels, and thus be invalid when
336 fmt.Sprintf("--platforms=%s", "//build/bazel/platforms:android_x86_64"))
338 fmt.Sprintf("--extra_toolchains=%s", "//prebuilts/clang/host/linux-x86:all"))
339 // This should be parameterized on the host OS, but let's restrict to linux
342 fmt.Sprintf("--host_platform=%s", "//build/bazel/platforms:linux_x86_64"))
345 cmdFlags = append(cmdFlags, "--experimental_repository_disable_download")
428 // TODO(cparsons): Map label to attribute programmatically; don't use hard-coded
561 // Returns a path containing build-related metadata required for interfacing
627 "--output=starlark",
628 "--starlark:file="+absolutePath(cqueryFileRelpath))
658 // TODO(cparsons): Use --target_pattern_file to avoid command line limits.
666 "--output=jsonproto")
702 // Singleton used for registering BUILD file ninja dependencies (needed
711 // bazelSingleton is a no-op if mixed-soong-bazel-builds are disabled.
716 // Add ninja file dependencies for files which all bazel invocations require.
730 // Register bazel-owned build statements (obtained from the aquery invocation).
752 // some Bazel builtins (such as files in the bazel_tools directory) have far-future
753 // timestamps. Without restat, Ninja would emit warnings that the input files of a