aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-20 13:45:59 -0700
committerIvan Lozano <ivanlozano@google.com>2019-09-24 10:35:28 -0700
commite91823e6e048a35e310e9c47b1a183f4c263c3e4 (patch)
tree7487891f811d72d51de81d65768993bf94a25963 /Android.bp
parentf1c8433b40d2b62ec4bc87db8189fd655b817b5a (diff)
downloadbuild_soong-e91823e6e048a35e310e9c47b1a183f4c263c3e4.tar.gz
build_soong-e91823e6e048a35e310e9c47b1a183f4c263c3e4.tar.bz2
build_soong-e91823e6e048a35e310e9c47b1a183f4c263c3e4.zip
Add ARM32 device Rust toolchain.
Bug: 141207434 Test: build example rust device module. Change-Id: I2d5b45ba09f386e1c7da7d7cdc58f13f31135863
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b7f96915..afbae172 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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",