platform_build_soong/rust/config
Matthew Maurer 99020b04fb Build Rust Device Sysroots in Soong
In order to ensure we are using current platform Bionic for any platform
Rust binaries, we need to build the sysroot in Soong. This will also
enable us too hook the "test" crate if necessary.

While both a dynamic and static sysroot are available, on device only a
dynamic sysroot will be injected. On host, we continue using the sysroot
used to build the compiler as before.

Bug: 139486496
Change-Id: I127377e5b056610ceb5015a34d266250320fbc31
2019-11-13 17:46:19 -08:00
..
arm64_device.go Add AArch64 device Rust toolchain. 2019-09-24 10:35:28 -07:00
arm_device.go Add ARM32 device Rust toolchain. 2019-09-24 10:35:28 -07:00
global.go Fix defaults of BaseCompilerProperties 2019-10-03 09:47:06 -07:00
toolchain.go Add support for Rust C libraries. 2019-10-28 22:09:01 -07:00
whitelist.go Build Rust Device Sysroots in Soong 2019-11-13 17:46:19 -08:00
x86_64_device.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
x86_darwin_host.go Add Rust darwin host support. 2019-10-21 13:15:10 -07:00
x86_linux_host.go Add AArch64 device Rust toolchain. 2019-09-24 10:35:28 -07:00