platform_build_soong/rust
Colin Cross 0f7d2ef3ac Add method to determine variations from a Target
The arch variants are hardcoded in every module type.  Refactor
them out into a Target.Variations() method in preparation for
splitting the arch mutator into two, which will require using
different variations.

Test: m checkbuild
Change-Id: I28ef7cd5168095ac888fe77f04e27f9ad81978c0
2019-10-16 14:52:30 -07:00
..
config Fix defaults of BaseCompilerProperties 2019-10-03 09:47:06 -07:00
androidmk.go Replace RelPathString() with ToMakePath() 2019-10-03 10:07:53 -07:00
binary.go Add AArch64 device Rust toolchain. 2019-09-24 10:35:28 -07:00
binary_test.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
builder.go Emit linked file and dep-info in one call to rustc 2019-09-30 14:12:35 -07:00
compiler.go Merge "Remove old-style support for translated second architectures" 2019-10-07 20:48:07 +00:00
compiler_test.go Fix proc_macro dependency handling. 2019-09-24 10:35:20 -07:00
library.go Add AArch64 device Rust toolchain. 2019-09-24 10:35:28 -07:00
library_test.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
prebuilt.go Add AArch64 device Rust toolchain. 2019-09-24 10:35:28 -07:00
proc_macro.go Fix proc_macro dependency handling. 2019-09-24 10:35:20 -07:00
rust.go Add method to determine variations from a Target 2019-10-16 14:52:30 -07:00
rust_test.go Add Soong test for device proc-macro deps. 2019-09-25 00:23:54 +00:00
testing.go Add Soong test for device proc-macro deps. 2019-09-25 00:23:54 +00:00