| // This file is generated by cargo2android.py --run --dependencies --features=bytes --device. | |
| rust_library { | |
| name: "libprotobuf", | |
| // has rustc warnings | |
| host_supported: true, | |
| crate_name: "protobuf", | |
| srcs: ["src/lib.rs"], | |
| edition: "2018", | |
| features: [ | |
| "bytes", | |
| ], | |
| rustlibs: [ | |
| "libbytes", | |
| ], | |
| } | |
| // dependent_library ["feature_list"] | |
| // bytes-0.5.5 "default,std" |