Lines Matching refs:Blueprint
29 Blueprint's Registration and Parse, `ResolveDependencies` phase | Loading phase …
30 Blueprint's [Generate and Write phases](#blueprint-analysis) | Analysis Phase …
64 When a Module is instantiated by Blueprint (which calls the appropriate
65 `ModuleFactory`), the [property structs](#props) are populated by Blueprint.
67 Blueprint performs no additional operations on these properties, such that
72 [Blueprint resolves](https://cs.android.com/android/platform/superproject/+/master:build/blueprint/…
89 Within Soong/Blueprint, properties are represented as Go structs, which can be
108 defaults are often determined using Blueprint
118 within Blueprint/Soong. Additionally, `mutated` tagged properties also support
239 ### Blueprint Generate & Write phase {#blueprint-analysis}
322 ### Soong/Blueprint Variation {#variation}