| bootstrap_go_package { | |
| name: "blueprint-bootstrap", | |
| deps: [ | |
| "blueprint", | |
| "blueprint-depset", | |
| "blueprint-deptools", | |
| "blueprint-gobtools", | |
| "blueprint-pathtools", | |
| "blueprint-proptools", | |
| "blueprint-bootstrap-bpdoc", | |
| ], | |
| pkgPath: "github.com/google/blueprint/bootstrap", | |
| srcs: [ | |
| "bootstrap.go", | |
| "bootstrap_enc.go", | |
| "command.go", | |
| "config.go", | |
| "writedocs.go", | |
| ], | |
| testSrcs: [ | |
| "bootstrap_test.go", | |
| ], | |
| } |