1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5bootstrap_go_package {
6    name: "soong-rust-config",
7    pkgPath: "android/soong/rust/config",
8    deps: [
9        "soong-android",
10        "soong-cc-config",
11    ],
12    srcs: [
13        "arm_device.go",
14        "arm_linux_host.go",
15        "arm64_device.go",
16        "global.go",
17        "lints.go",
18        "riscv64_device.go",
19        "toolchain.go",
20        "darwin_host.go",
21        "x86_linux_bionic_host.go",
22        "x86_linux_host.go",
23        "x86_device.go",
24        "x86_64_device.go",
25        "arm64_linux_host.go",
26    ],
27}
28