blob: 640eea373fac6ccbf07e49a8f0924c0ac11eb34e [file] [log] [blame]
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -07001// This file is generated by cargo2android.py --run --dependencies --features=bytes.
2
Matthew Maurer07b3f152020-07-06 13:34:06 -07003rust_library_host {
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -07004 name: "libprotobuf",
5 crate_name: "protobuf",
6 srcs: ["src/lib.rs"],
7 edition: "2015",
8 features: [
9 "bytes",
10 ],
Matthew Maurer07b3f152020-07-06 13:34:06 -070011 rustlibs: [
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070012 "libbytes",
13 ],
14}
15
16// dependent_library ["feature_list"]
17// bytes-0.5.4 "default,std"