| Jaewoong Jung | fccad6b | 2020-06-01 10:45:49 -0700 | [diff] [blame] | 1 | bootstrap_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 | } | ||||