Searched refs:Blueprint (Results 1 – 7 of 7) sorted by relevance
/build/blueprint/ |
D | README.md | 1 Blueprint Build System 4 Blueprint is being archived on 2021 May 3. 6 On 2021 May 3, we will be archiving the Blueprint project. This means it will 10 available, but changes to Blueprint in AOSP will not be merged here and 11 Blueprint's source tree in AOSP will eventually stop being usable outside of 15 Blueprint, there are a number of build systems that can be used:
|
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 | 2288 Blueprint string member 2308 Blueprint: m.relBlueprintsFile,
|
/build/bazel/json_module_graph/ |
D | filterSubtree.jq | 3 def isBlueprint($p): .Blueprint | index($p) != null 6 def isBlueprintPrefix($p): .Blueprint | startswith($p)
|
/build/bazel/docs/ |
D | concepts.md | 16 |Blueprint|Build definition syntax. Build syntax parser. Internal data structures like Modules/Vari… 17 …ld logic in Go. Declares build units in `Android.bp`, parsed by Blueprint. Uses Blueprint to gener… 20 |Blueprint + Kati + Soong + Ninja + atest|The entire build pipeline for Android.|Conceptually simil… 36 * **soong\_build** (and **Blueprint**) component to generate build actions (Android.bp, Blueprints … 57 1. soong\_ui orchestrates 3 Blueprint/Soong phases to generate the main out/soong/build.ninja file: 59 1. Minibootstrap phase uses Blueprint/Microfactory to build itself 60 (minibp) so that Android.bp and Blueprint files can be used to define 186 bootstrapping tools like Blueprint, it writes to a fifo in a proto front end
|
/build/blueprint/proptools/ |
D | unpack_test.go | 837 errors: []string{`<input>:3:13: mutated field mutated cannot be set in a Blueprint file`}, 855 errors: []string{`<input>:4:14: mutated field nested.mutated cannot be set in a Blueprint file`},
|
/build/make/ |
D | Usage.txt | 41 these files are defined in Blueprint syntax
|