| Joel Galenson | e5254a5 | 2020-07-07 13:20:14 -0700 | [diff] [blame^] | 1 | // This file is generated by cargo2android.py --device --run. |
| 2 | |||||
| 3 | rust_library { | ||||
| 4 | name: "libgetrandom", | ||||
| 5 | host_supported: true, | ||||
| 6 | crate_name: "getrandom", | ||||
| 7 | srcs: ["src/lib.rs"], | ||||
| 8 | edition: "2018", | ||||
| 9 | rustlibs: [ | ||||
| 10 | "libcfg_if", | ||||
| 11 | "liblibc", | ||||
| 12 | ], | ||||
| 13 | } | ||||