1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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", "lints.go", "toolchain.go", "allowed_list.go", "x86_darwin_host.go", "x86_linux_host.go", "x86_device.go", "x86_64_device.go", ], }