| Jaewoong Jung | fccad6b | 2020-06-01 10:45:49 -0700 | [diff] [blame] | 1 | bootstrap_go_package { |
| 2 | name: "soong-rust", | ||||
| 3 | pkgPath: "android/soong/rust", | ||||
| 4 | deps: [ | ||||
| 5 | "soong", | ||||
| 6 | "soong-android", | ||||
| 7 | "soong-cc", | ||||
| 8 | "soong-rust-config", | ||||
| 9 | ], | ||||
| 10 | srcs: [ | ||||
| 11 | "androidmk.go", | ||||
| 12 | "compiler.go", | ||||
| 13 | "binary.go", | ||||
| 14 | "builder.go", | ||||
| 15 | "library.go", | ||||
| 16 | "prebuilt.go", | ||||
| 17 | "proc_macro.go", | ||||
| 18 | "rust.go", | ||||
| 19 | "test.go", | ||||
| 20 | "testing.go", | ||||
| 21 | ], | ||||
| 22 | testSrcs: [ | ||||
| 23 | "binary_test.go", | ||||
| 24 | "compiler_test.go", | ||||
| 25 | "library_test.go", | ||||
| 26 | "rust_test.go", | ||||
| 27 | "test_test.go", | ||||
| 28 | ], | ||||
| 29 | pluginFor: ["soong_build"], | ||||
| 30 | } | ||||