blob: 0f40c5f68890b94e35c14a27d24b3005ae1f49de [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",
frankfengc5b87492020-06-03 10:28:47 -07008 "soong-tradefed",
Jaewoong Jung4b79e982020-06-01 10:45:49 -07009 ],
10 srcs: [
11 "sh_binary.go",
12 ],
13 testSrcs: [
14 "sh_binary_test.go",
15 ],
16 pluginFor: ["soong_build"],
17}