commit | e91823e6e048a35e310e9c47b1a183f4c263c3e4 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Fri Sep 20 13:45:59 2019 -0700 |
committer | Ivan Lozano <ivanlozano@google.com> | Tue Sep 24 10:35:28 2019 -0700 |
tree | 7487891f811d72d51de81d65768993bf94a25963 | |
parent | f1c8433b40d2b62ec4bc87db8189fd655b817b5a [diff] [blame] |
Add ARM32 device Rust toolchain. Bug: 141207434 Test: build example rust device module. Change-Id: I2d5b45ba09f386e1c7da7d7cdc58f13f31135863
diff --git a/Android.bp b/Android.bp index b7f9691..afbae17 100644 --- a/Android.bp +++ b/Android.bp
@@ -333,6 +333,7 @@ "soong-cc-config", ], srcs: [ + "rust/config/arm_device.go", "rust/config/arm64_device.go", "rust/config/global.go", "rust/config/toolchain.go",