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 "arm64_device.go", 15 "global.go", 16 "lints.go", 17 "toolchain.go", 18 "allowed_list.go", 19 "x86_darwin_host.go", 20 "x86_linux_bionic_host.go", 21 "x86_linux_host.go", 22 "x86_device.go", 23 "x86_64_device.go", 24 "arm64_linux_host.go", 25 ], 26} 27