blob: abf1bf405cccfccfc4cfeb8c5b82c6f2a7257ebc [file] [log] [blame]
Matthew Maurerf2a65af2023-06-26 17:10:43 +00001// This file is generated by cargo2android.py --config cargo2android.json.
2// Do not modify this file as changes will be overridden on upgrade.
3
4
5
6rust_library_host {
7 name: "libannotate_snippets",
8 crate_name: "annotate_snippets",
9 cargo_env_compat: true,
10 cargo_pkg_version: "0.9.1",
11 srcs: ["src/lib.rs"],
12 edition: "2018",
13 features: ["default"],
14 rustlibs: [
15 "libunicode_width",
16 ],
17 compile_multilib: "first",
Matthew Maurerf2a65af2023-06-26 17:10:43 +000018}