This lets one avoid any decisions as to when to chdir there during its execution and leads to better sandboxing because the pwd doesn't leak to init() functions anymore. Test: Manual. Change-Id: I1560da8ed3a621249426f9e8908aa890c21e13ba
20 lines
325 B
Plaintext
20 lines
325 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",
|
|
],
|
|
testSrcs: [
|
|
"paths_test.go",
|
|
],
|
|
deps: [
|
|
"soong-bazel",
|
|
],
|
|
}
|