blob: d222d9810e4ac8f887c49644e5d7e890d6c225ed [file] [log] [blame]
bootstrap_go_package {
name: "soong-bazel",
pkgPath: "android/soong/bazel",
srcs: [
"aquery.go",
"constants.go",
"properties.go",
],
testSrcs: [
"aquery_test.go",
],
pluginFor: [
"soong_build",
],
deps: [
"blueprint",
],
}