commit | 75ec7601c79e594edd0a4ccc03bf95bff579df4b | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jun 09 23:33:13 2020 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Jun 09 23:33:13 2020 -0700 |
tree | 64ae21d3e4a753ee57a39aa7e091c7961612dd89 | |
parent | 78bda6f11fea15b5c8c3d9ae61638e7a5b0e985d [diff] [blame] |
Add Android.bp Bug: 152884384 Test: make Change-Id: Ie4b9e806ccc2440749e8006c44a9b6d201f64cb4
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..1d122ff --- /dev/null +++ b/Android.bp
@@ -0,0 +1,11 @@ +// This file is generated by cargo2android.py --run --dependencies. + +rust_library_host_rlib { + name: "libunicode_width", + crate_name: "unicode_width", + srcs: ["src/lib.rs"], + edition: "2015", + features: [ + "default", + ], +}