| Chih-Hung Hsieh | 700f4b0 | 2020-07-10 14:15:10 -0700 | [diff] [blame^] | 1 | // This file is generated by cargo2android.py --run --dependencies --features=bytes --device. |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 2 | |
| Chih-Hung Hsieh | 700f4b0 | 2020-07-10 14:15:10 -0700 | [diff] [blame^] | 3 | rust_library { |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 4 | name: "libprotobuf", |
| Chih-Hung Hsieh | 700f4b0 | 2020-07-10 14:15:10 -0700 | [diff] [blame^] | 5 | host_supported: true, |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 6 | crate_name: "protobuf", |
| 7 | srcs: ["src/lib.rs"], |
| 8 | edition: "2015", |
| 9 | features: [ |
| 10 | "bytes", |
| 11 | ], |
| Matthew Maurer | 07b3f15 | 2020-07-06 13:34:06 -0700 | [diff] [blame] | 12 | rustlibs: [ |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 13 | "libbytes", |
| 14 | ], |
| 15 | } |
| 16 | |
| 17 | // dependent_library ["feature_list"] |
| Chih-Hung Hsieh | 700f4b0 | 2020-07-10 14:15:10 -0700 | [diff] [blame^] | 18 | // bytes-0.5.5 "default,std" |