commit | b10b84f263fb31a11e76f603b405a8cede87cc35 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Mon Jul 06 13:21:03 2020 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Mon Jul 06 13:21:03 2020 -0700 |
tree | e308f7b211f5a33819b6e92f9dfd5eb5aa433b21 | |
parent | 55808de13b10e40561bd5feb6d12353242dc40c8 [diff] |
Support building all variants. Bug: 143217452 Test: cd external/rust; mma; atest in all TEST_MAPPING subdirs Change-Id: I5e4f3313b3ec53f86338540569abdea9303d0a2a
diff --git a/Android.bp b/Android.bp index 8246312..8d3cc20 100644 --- a/Android.bp +++ b/Android.bp
@@ -2,7 +2,7 @@ // Modified to add device support -rust_library_rlib { +rust_library { name: "liblazy_static", host_supported: true, crate_name: "lazy_static",