1bootstrap_go_package { 2 name: "soong-rust-config", 3 pkgPath: "android/soong/rust/config", 4 deps: [ 5 "soong-android", 6 "soong-cc-config", 7 ], 8 srcs: [ 9 "arm_device.go", 10 "arm64_device.go", 11 "global.go", 12 "lints.go", 13 "toolchain.go", 14 "allowed_list.go", 15 "x86_darwin_host.go", 16 "x86_linux_host.go", 17 "x86_device.go", 18 "x86_64_device.go", 19 ], 20} 21