// This file is generated by cargo2android.py --run --dependencies --device. | |
rust_library { | |
name: "libunicode_width", | |
// has rustc warnings | |
host_supported: true, | |
crate_name: "unicode_width", | |
srcs: ["src/lib.rs"], | |
edition: "2015", | |
features: [ | |
"default", | |
], | |
} |