2020-06-01 19:45:49 +02:00
|
|
|
bootstrap_go_package {
|
|
|
|
name: "soong-rust-config",
|
|
|
|
pkgPath: "android/soong/rust/config",
|
|
|
|
deps: [
|
|
|
|
"soong-android",
|
|
|
|
"soong-cc-config",
|
|
|
|
],
|
|
|
|
srcs: [
|
|
|
|
"arm_device.go",
|
|
|
|
"arm64_device.go",
|
|
|
|
"global.go",
|
2020-06-22 13:28:02 +02:00
|
|
|
"clippy.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"toolchain.go",
|
2020-06-11 20:32:11 +02:00
|
|
|
"allowed_list.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"x86_darwin_host.go",
|
|
|
|
"x86_linux_host.go",
|
|
|
|
"x86_device.go",
|
|
|
|
"x86_64_device.go",
|
|
|
|
],
|
|
|
|
}
|