blob: bcfac7c0615f8c511af4cbfadaaf786dbc140ea0 [file] [log] [blame]
Jaewoong Jung4b79e982020-06-01 10:45:49 -07001bootstrap_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",
ThiƩbaud Weksteen8e46efa2020-06-30 21:43:35 +020012 "lints.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070013 "toolchain.go",
Colin Cross440e0d02020-06-11 11:32:11 -070014 "allowed_list.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070015 "x86_darwin_host.go",
16 "x86_linux_host.go",
17 "x86_device.go",
18 "x86_64_device.go",
19 ],
20}