commit | 80f4b3900308020071506d262617544229d42afd | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Mon Jul 06 13:22:04 2020 -0700 |
committer | Matthew Maurer <[email protected]> | Mon Jul 06 13:22:04 2020 -0700 |
tree | 6e3091b8498f8e4e9ae727c9be8ba04738b4b909 | |
parent | b952c321d8b57c9ce9352d0a272a1a53c8266016 [diff] |
Support building all variants. Bug: 143217452 Test: cd external/rust; mma; atest in all TEST_MAPPING subdirs Change-Id: I29d8288db0e4569fd737eee69488693e7f4352cb
diff --git a/Android.bp b/Android.bp index c8253df..909135a 100644 --- a/Android.bp +++ b/Android.bp
@@ -5,7 +5,7 @@ crate_name: "proc_macro_hack", srcs: ["src/lib.rs"], edition: "2018", - rlibs: [ + rustlibs: [ "libproc_macro2", "libquote", "libsyn",