platform_build_soong/rust
Ivan Lozano 70e0a07b99 Check Rust dep is a Module before checking target.
The Target checks against the os type and arch type occur before we
determine a dependency is a rust.Module / cc.Module. This meant
rust_defaults would fail this check, preventing them from being used.

Bug: 140963307
Test: make a rust_binary_host using rust_defaults.
Change-Id: Ibf43635f14ad367b4ce8016a2196f8c645b36bfe
2019-09-13 14:43:57 -07:00
..
config Update to Rust 1.37.0 2019-09-09 16:17:33 -07:00
androidmk.go Move splitFileExt to the android package. 2019-09-09 20:29:31 -07:00
binary.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
binary_test.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
builder.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
compiler.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
compiler_test.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
library.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
library_test.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
prebuilt.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
proc_macro.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00
rust.go Check Rust dep is a Module before checking target. 2019-09-13 14:43:57 -07:00
rust_test.go Do not run Soong tests for Rust on non-Linux hosts. 2019-09-03 13:57:36 -07:00
testing.go Add Rust support to Soong. 2019-08-28 14:11:07 -07:00