(self)
| 214 | ] |
| 215 | |
| 216 | def run(self): |
| 217 | logging.info("Ninja install Task Start...") |
| 218 | sub_command = self.make_command_str(self.CMAKE_COMMAND) |
| 219 | logging.info(sub_command) |
| 220 | throw_error_if_failed(os.system(sub_command)) |
| 221 | |
| 222 | |
| 223 | class AdbPushTask(Task): |
nothing calls this directly
no test coverage detected