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-30 21:43:35 +02:00
|
|
|
"lints.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",
|
2020-12-07 22:16:55 +01:00
|
|
|
"x86_linux_bionic_host.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"x86_linux_host.go",
|
|
|
|
"x86_device.go",
|
|
|
|
"x86_64_device.go",
|
2020-07-13 08:43:45 +02:00
|
|
|
"arm64_linux_host.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
],
|
|
|
|
}
|