| 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 | |
| Matthew Maurer | 07b3f15 | 2020-07-06 13:34:06 -0700 | [diff] [blame^] | 3 | rust_library_host { |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 4 | name: "libprotobuf", |
| 5 | crate_name: "protobuf", |
| 6 | srcs: ["src/lib.rs"], |
| 7 | edition: "2015", |
| 8 | features: [ |
| 9 | "bytes", |
| 10 | ], |
| Matthew Maurer | 07b3f15 | 2020-07-06 13:34:06 -0700 | [diff] [blame^] | 11 | rustlibs: [ |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 12 | "libbytes", |
| 13 | ], |
| 14 | } |
| 15 | |
| 16 | // dependent_library ["feature_list"] |
| 17 | // bytes-0.5.4 "default,std" |