Bug: 315353489 Test: m nothing --no-skip-soong-tests Change-Id: I6c6b4fcd559f4a45b1a96c70cbb5d6d1a615ccff
21 lines
355 B
Plaintext
21 lines
355 B
Plaintext
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: [
|
|
"golang-protobuf-proto",
|
|
],
|
|
}
|