blob: 4709f5cd3252f583721ddf3959d859aab32d0f44 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-bazel",
pkgPath: "android/soong/bazel",
srcs: [
"aquery.go",
"bazel_proxy.go",
"configurability.go",
"constants.go",
"properties.go",
"testing.go",
],
testSrcs: [
"aquery_test.go",
"properties_test.go",
],
pluginFor: [
"soong_build",
],
deps: [
"bazel_analysis_v2_proto",
"blueprint",
],
}