Home
last modified time | relevance | path

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 Dbuild_recipe.py88 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 Dpigweed_upstream_build.py78 build_system_command='ninja',
94 build_system_command='bazel',
103 build_system_command='bazel',
161 build_system_command='ninja',
H A Dproject_builder_presubmit_runner.py135 build_system_command='bazel',
318 build_system_command='ninja',
H A Dproject_builder.py831 command_step.build_system_command is not None
/aosp_15_r20/external/pigweed/pw_build/py/
H A Dbuild_recipe_test.py37 build_system_command='make',
48 build_system_command='bazel',
66 build_system_command='bazel',
83 build_system_command='bazel',