blob: e5ffeefb48ab8f053f5128553a9c07c2c2b217f8 [file] [log] [blame]
Jaewoong Jungfccad6b2020-06-01 10:45:49 -07001bootstrap_go_package {
2 name: "soong-sh",
3 pkgPath: "android/soong/sh",
4 deps: [
5 "blueprint",
6 "soong",
7 "soong-android",
Jaewoong Jung7c3052a2020-05-29 16:15:32 -07008 "soong-cc",
frankfengd17bc612020-06-03 10:28:47 -07009 "soong-tradefed",
Jaewoong Jungfccad6b2020-06-01 10:45:49 -070010 ],
11 srcs: [
12 "sh_binary.go",
13 ],
14 testSrcs: [
15 "sh_binary_test.go",
16 ],
17 pluginFor: ["soong_build"],
18}