Searched refs:build_system_command (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | build_recipe.py | 88 build_system_command: str | None = None variable in BuildCommand 109 assert self.build_system_command 114 assert self.build_system_command 157 self.build_system_command is not None 158 and self.build_system_command.endswith('make') 163 self.build_system_command is not None 164 and self.build_system_command.endswith('ninja') 168 return self.build_system_command is not None and ( 169 self.build_system_command.endswith('bazel') 170 or self.build_system_command.endswith('bazelisk') [all …]
|
H A D | pigweed_upstream_build.py | 78 build_system_command='ninja', 94 build_system_command='bazel', 103 build_system_command='bazel', 161 build_system_command='ninja',
|
H A D | project_builder_presubmit_runner.py | 135 build_system_command='bazel', 318 build_system_command='ninja',
|
H A D | project_builder.py | 831 command_step.build_system_command is not None
|
/aosp_15_r20/external/pigweed/pw_build/py/ |
H A D | build_recipe_test.py | 37 build_system_command='make', 48 build_system_command='bazel', 66 build_system_command='bazel', 83 build_system_command='bazel',
|