| Jaewoong Jung | fccad6b | 2020-06-01 10:45:49 -0700 | [diff] [blame^] | 1 | bootstrap_go_package { |
| 2 | name: "soong-rust-config", | ||||
| 3 | pkgPath: "android/soong/rust/config", | ||||
| 4 | deps: [ | ||||
| 5 | "soong-android", | ||||
| 6 | "soong-cc-config", | ||||
| 7 | ], | ||||
| 8 | srcs: [ | ||||
| 9 | "arm_device.go", | ||||
| 10 | "arm64_device.go", | ||||
| 11 | "global.go", | ||||
| 12 | "toolchain.go", | ||||
| 13 | "whitelist.go", | ||||
| 14 | "x86_darwin_host.go", | ||||
| 15 | "x86_linux_host.go", | ||||
| 16 | "x86_device.go", | ||||
| 17 | "x86_64_device.go", | ||||
| 18 | ], | ||||
| 19 | } | ||||