aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-10-21 09:57:38 -0700
committerIvan Lozano <ivanlozano@google.com>2019-10-21 13:15:10 -0700
commit1c2ff8622571bb3880a468e5f69c1039238cacda (patch)
tree6101c5ba5e646cb55147af33bdb05e46d0000f51 /Android.bp
parent760d3d35b6a9b46d6e0edc25bfb780b7b79c916f (diff)
downloadbuild_soong-1c2ff8622571bb3880a468e5f69c1039238cacda.tar.gz
build_soong-1c2ff8622571bb3880a468e5f69c1039238cacda.tar.bz2
build_soong-1c2ff8622571bb3880a468e5f69c1039238cacda.zip
Add Rust darwin host support.
Support for building Rust modules on darwin hosts. Bug: 140640858 Test: m libremain works on darwin Change-Id: Ieb1ff9167de34cffbebebab31fa48da07081c8a6
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 b15a875b..817710e6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -340,6 +340,7 @@ bootstrap_go_package {
"rust/config/global.go",
"rust/config/toolchain.go",
"rust/config/whitelist.go",
+ "rust/config/x86_darwin_host.go",
"rust/config/x86_linux_host.go",
"rust/config/x86_64_device.go",
],