440e0d0542
Test: m checkbuild Change-Id: Id07890b7cbc2397291a658ca00e86b43c743aafc
19 lines
424 B
Text
19 lines
424 B
Text
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",
|
|
"toolchain.go",
|
|
"allowed_list.go",
|
|
"x86_darwin_host.go",
|
|
"x86_linux_host.go",
|
|
"x86_device.go",
|
|
"x86_64_device.go",
|
|
],
|
|
}
|