| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame^] | 1 | // This file is generated by cargo2android.py --run --dependencies --features=bytes. |
| 2 | |||||
| 3 | rust_library_host_rlib { | ||||
| 4 | name: "libprotobuf", | ||||
| 5 | crate_name: "protobuf", | ||||
| 6 | srcs: ["src/lib.rs"], | ||||
| 7 | edition: "2015", | ||||
| 8 | features: [ | ||||
| 9 | "bytes", | ||||
| 10 | ], | ||||
| 11 | rlibs: [ | ||||
| 12 | "libbytes", | ||||
| 13 | ], | ||||
| 14 | } | ||||
| 15 | |||||
| 16 | // dependent_library ["feature_list"] | ||||
| 17 | // bytes-0.5.4 "default,std" | ||||