platform_build_soong/bazel/Android.bp
Liz Kammer 57e2e7a78f Refactor code for partitions c srcs
To support protos (and other srcs that generate sources), we need to
partition further. Separate out into a separate common function.

Bug: 200601772
Test: build/bazel/ci/bp2build.sh
Change-Id: I7bf4cd96fd9a9fca4ccb3c96f21a04303201f891
2021-09-23 18:28:24 -04:00

25 lines
463 B
Text

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