| Jaewoong Jung | 4b79e98 | 2020-06-01 10:45:49 -0700 | [diff] [blame] | 1 | bootstrap_go_package { | 
| 2 | name: "soong-remoteexec", | ||||
| 3 | pkgPath: "android/soong/remoteexec", | ||||
| 4 | deps: [ | ||||
| 5 | "blueprint", | ||||
| 6 | "soong-android", | ||||
| 7 | ], | ||||
| 8 | srcs: [ | ||||
| 9 | "remoteexec.go", | ||||
| 10 | ], | ||||
| 11 | testSrcs: [ | ||||
| 12 | "remoteexec_test.go", | ||||
| 13 | ], | ||||
| 14 | pluginFor: ["soong_build"], | ||||
| 15 | } | ||||