blob: ffbd99fdeb20164adef2cf5ad6a2ddb9c46985be [file] [log] [blame]
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07001// This file is generated by cargo2android.py --run --dependencies.
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07002
Matthew Maurerc4e85f22020-07-06 13:34:13 -07003rust_library_host {
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07004 name: "libprotobuf_codegen",
5 crate_name: "protobuf_codegen",
6 srcs: ["src/lib.rs"],
7 edition: "2015",
Matthew Maurerc4e85f22020-07-06 13:34:13 -07008 rustlibs: [
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07009 "libprotobuf",
10 ],
11}
12
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070013rust_binary_host {
14 name: "protoc-gen-rust",
15 crate_name: "protoc_gen_rust",
16 srcs: ["src/bin/protoc-gen-rust.rs"],
17 edition: "2015",
Matthew Maurerc4e85f22020-07-06 13:34:13 -070018 rustlibs: [
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070019 "libprotobuf",
20 "libprotobuf_codegen",
21 ],
22}
23
24// dependent_library ["feature_list"]
Chih-Hung Hsiehad6b3622020-07-14 16:02:47 -070025// protobuf-2.16.2