Add ARM32 device Rust toolchain.

Bug: 141207434
Test: build example rust device module.
Change-Id: I2d5b45ba09f386e1c7da7d7cdc58f13f31135863
This commit is contained in:
Ivan Lozano
2019-09-20 13:45:59 -07:00
parent f1c8433b40
commit e91823e6e0
2 changed files with 93 additions and 0 deletions

View File

@@ -333,6 +333,7 @@ bootstrap_go_package {
"soong-cc-config",
],
srcs: [
"rust/config/arm_device.go",
"rust/config/arm64_device.go",
"rust/config/global.go",
"rust/config/toolchain.go",