blob: 8af535b82b0c03af44c7ede1e1bb23dff73c784e [file]
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",
],
}