Searched refs:Blueprint (Results 1 – 12 of 12) sorted by relevance
/build/blueprint/ |
D | README.md | 1 Blueprint Build System 4 Blueprint is part of Soong.
|
D | module_ctx_test.go | 484 expectedErrors(t, errs, `path/Blueprint:5:1: expected "}", found EOF`) 494 expectedErrors(t, errs, `path/Blueprint:2:1: unrecognized module type "test2"`) 504 expectedErrors(t, errs, `path/Blueprint:3:5: unrecognized property "nam"`) 514 expectedErrors(t, errs, `path/Blueprint:3:8: can't assign bool value to string property "name"`) 529 `path/Blueprint:3:8: can't assign bool value to string property "name"`, 530 `path/Blueprint:6:1: unrecognized module type "test2"`,
|
D | context.go | 2485 Blueprint string member 2535 Blueprint: m.relBlueprintsFile, 2561 Blueprint: m.relBlueprintsFile,
|
/build/bazel/json_module_graph/ |
D | filterSubtree.jq | 5 def isBlueprint($p): .Blueprint | index($p) != null 8 def isBlueprintPrefix($p): .Blueprint | startswith($p)
|
D | findModulesCrossPkgBoundary.jq | 6 [.[] | .Blueprint | getDirPath] | sort_by(.) | unique | map({(.):""}) | add 34 # True if there's a Blueprint file in the path and the path isn't 49 . as $moduleVariant | .Blueprint | getDirPath as $blueprintDirPath |
|
D | findModulesWithTestSuitesValue.jq | 1 …rg as one of its value. Use $arg2 as the top level field key to be collected, e.g. Name, Blueprint.
|
D | findModulesWithNameSrcCollision.jq | 16 [.[] | select(nonNullAction) | select(isActionInputsMatch(.Name; .Blueprint)) | .Name] | sort_by(.)…
|
/build/bazel/docs/ |
D | concepts.md | 19 |Blueprint|Build definition syntax. Build syntax parser. Internal data structures like Modules/Vari… 20 …ld logic in Go. Declares build units in `Android.bp`, parsed by Blueprint. Uses Blueprint to gener… 23 |Blueprint + Kati + Soong + Ninja + atest|The entire build pipeline for Android.|Conceptually simil… 39 * **soong\_build** (and **Blueprint**) component to generate build actions (Android.bp, Blueprints … 60 1. soong\_ui orchestrates 3 Blueprint/Soong phases to generate the main out/soong/build.ninja file: 62 1. Minibootstrap phase uses Blueprint/Microfactory to build itself 63 (minibp) so that Android.bp and Blueprint files can be used to define 189 bootstrapping tools like Blueprint, it writes to a fifo in a proto front end
|
D | internal_concepts.md | 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} [all …]
|
/build/make/ |
D | Usage.txt | 41 these files are defined in Blueprint syntax
|
/build/blueprint/proptools/ |
D | unpack_test.go | 1091 errors: []string{`<input>:3:13: mutated field mutated cannot be set in a Blueprint file`}, 1109 errors: []string{`<input>:4:14: mutated field nested.mutated cannot be set in a Blueprint file`},
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_config.bzl | 360 # declared in BUILD files (Blueprint files don't contain that data). %workspace%/
|