2020-06-01 19:45:49 +02:00
|
|
|
bootstrap_go_package {
|
|
|
|
name: "soong-sh",
|
|
|
|
pkgPath: "android/soong/sh",
|
|
|
|
deps: [
|
|
|
|
"blueprint",
|
|
|
|
"soong",
|
|
|
|
"soong-android",
|
2020-05-30 01:15:32 +02:00
|
|
|
"soong-cc",
|
2020-06-03 19:28:47 +02:00
|
|
|
"soong-tradefed",
|
2020-06-01 19:45:49 +02:00
|
|
|
],
|
|
|
|
srcs: [
|
|
|
|
"sh_binary.go",
|
|
|
|
],
|
|
|
|
testSrcs: [
|
|
|
|
"sh_binary_test.go",
|
|
|
|
],
|
|
|
|
pluginFor: ["soong_build"],
|
|
|
|
}
|