947fdbfdee
Also share `Save(pb proto.Message, filepath string)` Bug: 201539536 Test: bp2build_metrics.pb has expected content & path Test: m nothing Test: {bp2build,mixed_{libc,droid}}.sh Test: CI Change-Id: I7d8ad87fca6a4b0355010090a527f5ae67b27c88
21 lines
378 B
Text
21 lines
378 B
Text
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-shared",
|
|
pkgPath: "android/soong/shared",
|
|
srcs: [
|
|
"env.go",
|
|
"paths.go",
|
|
"debug.go",
|
|
"proto.go",
|
|
],
|
|
testSrcs: [
|
|
"paths_test.go",
|
|
],
|
|
deps: [
|
|
"soong-bazel",
|
|
"golang-protobuf-proto",
|
|
],
|
|
}
|