platform_build_soong/rust/config
Matthew Maurer 2ae0513a8e rust: Change default variants
rust_library now produces only rlib and dylib variants.
rust_library_foreign now produces static and shared variants.

This change was made because both are common cases, but all four
together essentially never happens. This allows us to have fewer repeat
module definitions.

Bug: 143217452
Test: cd external/rust; mma
Change-Id: Iaf69e8da38f7c12710331c51464699cf7cbbb656
2020-07-01 11:27:12 -07:00
..
allowed_list.go rust: Change default variants 2020-07-01 11:27:12 -07:00
Android.bp Explicitly define Rust default lints 2020-07-01 17:11:58 +02:00
arm64_device.go Remove rust execute-only memory linker flag. 2020-04-09 09:40:50 -04:00
arm_device.go Provide 32-bit and 64-bit Rust libs by default. 2020-04-29 15:31:34 -04:00
global.go Explicitly define Rust default lints 2020-07-01 17:11:58 +02:00
lints.go Explicitly define Rust default lints 2020-07-01 17:11:58 +02:00
toolchain.go Add support for Rust C libraries. 2019-10-28 22:09:01 -07:00
x86_64_device.go Enable x86_64 device support 2019-11-13 17:46:24 -08:00
x86_darwin_host.go Fix darwin shared library and proc macro suffixes. 2020-05-29 13:08:27 +00:00
x86_device.go Add x86 device output for Rust 2019-12-12 19:18:06 -08:00
x86_linux_host.go Add AArch64 device Rust toolchain. 2019-09-24 10:35:28 -07:00