blob: e5ffeefb48ab8f053f5128553a9c07c2c2b217f8 [file] [log] [blame]
Jaewoong Jung4b79e982020-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 Jung6e0eee52020-05-29 16:15:32 -07008 "soong-cc",
frankfengc5b87492020-06-03 10:28:47 -07009 "soong-tradefed",
Jaewoong Jung4b79e982020-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}