| commit | fe13f06bda6cf897f700e594526dc99a0d561005 | [log] [tgz] |
|---|---|---|
| author | Matthew Maurer <mmaurer@google.com> | Mon Jul 06 13:20:45 2020 -0700 |
| committer | Matthew Maurer <mmaurer@google.com> | Mon Jul 06 13:20:45 2020 -0700 |
| tree | 23ae6e8d9a5459c38368ec26573c03f9931476e6 | |
| parent | 7bda6bcee6ff1439ad028c56a7b393974177d7de [diff] |
Support building all variants. Bug: 143217452 Test: cd external/rust; mma; atest in all TEST_MAPPING subdirs Change-Id: I0a97f8cc4531aef7523d3e59f68630adc48fdda3
diff --git a/Android.bp b/Android.bp index 0c232f6..a3d60a8 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: "libglob", crate_name: "glob", srcs: ["src/lib.rs"], edition: "2015", + host_supported: true, }