commit | 1c2ff8622571bb3880a468e5f69c1039238cacda | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Mon Oct 21 09:57:38 2019 -0700 |
committer | Ivan Lozano <ivanlozano@google.com> | Mon Oct 21 13:15:10 2019 -0700 |
tree | 6101c5ba5e646cb55147af33bdb05e46d0000f51 | |
parent | 760d3d35b6a9b46d6e0edc25bfb780b7b79c916f [diff] [blame] |
Add Rust darwin host support. Support for building Rust modules on darwin hosts. Bug: 140640858 Test: m libremain works on darwin Change-Id: Ieb1ff9167de34cffbebebab31fa48da07081c8a6
diff --git a/Android.bp b/Android.bp index b15a875b..817710e 100644 --- a/Android.bp +++ b/Android.bp
@@ -340,6 +340,7 @@ "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", ],