commit | 4e12e5fc84665431d221762bd444d7c17e5ffcb0 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Mon Jul 06 13:34:30 2020 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Mon Jul 06 13:34:30 2020 -0700 |
tree | 1832414d758a5b843e313d9088707e3a3718a8a6 | |
parent | a0d91f2e836ba9c3aaf1e6064b2678b9fef12d05 [diff] [blame] |
Support building all variants. Bug: 143217452 Test: cd external/rust; mma; atest in all TEST_MAPPING subdirs Change-Id: I87050dc7f74ed7411207c571207562d7d7a9b374
diff --git a/Android.bp b/Android.bp index 089a54a..10ee76b 100644 --- a/Android.bp +++ b/Android.bp
@@ -1,8 +1,9 @@ // This file is generated by cargo2android.py. -rust_library_host_rlib { +rust_library { name: "librustc_hash", crate_name: "rustc_hash", + host_supported: true, srcs: ["src/lib.rs"], edition: "2015", features: [