commit | f19ca66ae638f9cd5abd4e7e7aca640e6b96d6e5 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Tue Jul 28 13:45:20 2020 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Tue Jul 28 13:45:20 2020 -0700 |
tree | 8223f93f4c104458c4f90e4da7b560a5feeef97a | |
parent | d32c0a5db6ed5b2f9d03fa555a05524d9e973191 [diff] |
Add Android.bp Change-Id: Iec322d368f4cb878a7ec416f63391477f681d2a2
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..a7dee9a --- /dev/null +++ b/Android.bp
@@ -0,0 +1,9 @@ +// This file is generated by cargo2android.py --device --run --dependencies. + +rust_library { + name: "libsmallvec", + host_supported: true, + crate_name: "smallvec", + srcs: ["lib.rs"], + edition: "2018", +}