| Chih-Hung Hsieh | a11d065 | 2020-07-12 14:18:44 -0700 | [diff] [blame^] | 1 | // This file is generated by cargo2android.py --device --run --dependencies. |
| Joel Galenson | e5254a5 | 2020-07-07 13:20:14 -0700 | [diff] [blame] | 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 | } | ||||
| Chih-Hung Hsieh | a11d065 | 2020-07-12 14:18:44 -0700 | [diff] [blame^] | 14 | |
| 15 | // dependent_library ["feature_list"] | ||||
| 16 | // cfg-if-0.1.10 | ||||
| 17 | // libc-0.2.72 | ||||