57e2e7a78f
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
25 lines
463 B
Text
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",
|
|
],
|
|
}
|