Lines Matching refs:Soong
17 |Soong|Bazel-like front-end. Encodes build logic in Go. Declares build units in `Android.bp`, parse…
18 … line action graph executor. Executes Ninja graph generated from Kati and Soong.|Bazel's execution…
20 |Blueprint + Kati + Soong + Ninja + atest|The entire build pipeline for Android.|Conceptually simil…
23 |`Android.bp`|Build definition file for Soong.|`BUILD.bazel` or `BUILD`.|
57 1. soong\_ui orchestrates 3 Blueprint/Soong phases to generate the main out/soong/build.ninja file:
61 Soong.
63 read all Android.bp files across the source tree that describes Soong and
82 Kati-build and Kati-package, used for Soong-only builds in NDK and some
107 soong\_ui calls Soong and Kati to generate Ninja files, and eventually
148 * Android-<product>.mk contains Soong modules as Make modules so Make
149 modules can depend on Soong modules.
151 from Soong modules. There are also checks built into this .mk file to ensure that
152 if a duplicate Make variable of the same name comes from another source, the Soong
192 As more Soong modules are converted to BUILD files, soong\_build serializes