| 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", |
| Haibo Huang | d32e6ee | 2020-08-12 13:52:04 -0700 | [diff] [blame] | 5 | // has rustc warnings |
| Chih-Hung Hsieh | 700f4b0 | 2020-07-10 14:15:10 -0700 | [diff] [blame] | 6 | host_supported: true, |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 7 | crate_name: "protobuf", |
| 8 | srcs: ["src/lib.rs"], |
| Haibo Huang | d32e6ee | 2020-08-12 13:52:04 -0700 | [diff] [blame] | 9 | edition: "2018", |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 10 | features: [ |
| 11 | "bytes", |
| 12 | ], |
| Matthew Maurer | 07b3f15 | 2020-07-06 13:34:06 -0700 | [diff] [blame] | 13 | rustlibs: [ |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 14 | "libbytes", |
| 15 | ], |
| 16 | } |
| 17 | |
| 18 | // dependent_library ["feature_list"] |
| Chih-Hung Hsieh | 9f3771f | 2020-09-22 02:16:49 -0700 | [diff] [blame^] | 19 | // bytes-0.5.6 "default,std" |