This reverts commit 91dbd520de
.
Reason for revert: Fix CLs didn't completely fix the builds.
Test: sh_binary_test.go
Bug: 156980228
Bug: 164465992
Change-Id: I1ed214c2ea6cd460db909a103c4b3a9a895ad9f7
18 lines
315 B
Plaintext
18 lines
315 B
Plaintext
bootstrap_go_package {
|
|
name: "soong-sh",
|
|
pkgPath: "android/soong/sh",
|
|
deps: [
|
|
"blueprint",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-tradefed",
|
|
],
|
|
srcs: [
|
|
"sh_binary.go",
|
|
],
|
|
testSrcs: [
|
|
"sh_binary_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|