commit | 51497185fdec5d8c49966f06d718ddd59671d818 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Thu May 12 12:58:10 2022 -0700 |
committer | Joe Onorato <joeo@google.com> | Wed May 18 05:24:48 2022 -0700 |
tree | a50ce0729a326dcbc3b920d5284480d0ee249077 | |
parent | 69b1b0c10aaed0d06972c3078f178dc8a568f0a5 [diff] [blame] |
Generate ninja files for api assembly and run ninja. Change-Id: I003536e4ed4481acbdc041a6450106f8459d5978
diff --git a/orchestrator/ninja/ninja_syntax.py b/orchestrator/ninja/ninja_syntax.py index 328c99c..df97b68 100644 --- a/orchestrator/ninja/ninja_syntax.py +++ b/orchestrator/ninja/ninja_syntax.py
@@ -159,7 +159,7 @@ self.chDir = chDir # TODO(spandandas): Update the syntax when aosp/2064612 lands - def stream() -> Iterator[str]: + def stream(self) -> Iterator[str]: yield f"subninja {self.subninja}" class Line(Node):