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