blob: 0b04e7deac862408e422144e6c999e0f396d0024 [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",
8 ],
9 srcs: [
10 "sh_binary.go",
11 ],
12 testSrcs: [
13 "sh_binary_test.go",
14 ],
15 pluginFor: ["soong_build"],
16}