bf3b6e9b8d
The LinuxBionic toolchain wasn't defined for Rust. This would lead to build breakage if a CC module that targeted Linux Bionic linked against a Rust FFI module. Bug: 174873186 Test: Build breakage no longer occurs if CC module with Rust dependency is built for the Linux Bionic target. Change-Id: I39df7b9a29372986c9beeb1fe5602140d805d731
22 lines
511 B
Text
22 lines
511 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",
|
|
"lints.go",
|
|
"toolchain.go",
|
|
"allowed_list.go",
|
|
"x86_darwin_host.go",
|
|
"x86_linux_bionic_host.go",
|
|
"x86_linux_host.go",
|
|
"x86_device.go",
|
|
"x86_64_device.go",
|
|
"arm64_linux_host.go",
|
|
],
|
|
}
|