Chih-Hung Hsieh | acad636 | 2020-06-25 17:37:54 -0700 | [diff] [blame] | 1 | // This file is generated by cargo2android.py --run --features=runtime,clang_9_0 --dependencies. |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 2 | |
Matthew Maurer | 2aeaa83 | 2020-07-06 13:15:24 -0700 | [diff] [blame] | 3 | rust_library_host { |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 4 | name: "libclang_sys", |
Chih-Hung Hsieh | 78562bd | 2020-07-12 14:10:38 -0700 | [diff] [blame] | 5 | // has rustc warnings |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 6 | crate_name: "clang_sys", |
| 7 | srcs: ["src/lib.rs"], |
| 8 | edition: "2015", |
| 9 | features: [ |
Chih-Hung Hsieh | acad636 | 2020-06-25 17:37:54 -0700 | [diff] [blame] | 10 | "clang_9_0", |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 11 | "gte_clang_3_6", |
| 12 | "gte_clang_3_7", |
| 13 | "gte_clang_3_8", |
| 14 | "gte_clang_3_9", |
| 15 | "gte_clang_4_0", |
| 16 | "gte_clang_5_0", |
| 17 | "gte_clang_6_0", |
Chih-Hung Hsieh | acad636 | 2020-06-25 17:37:54 -0700 | [diff] [blame] | 18 | "gte_clang_7_0", |
| 19 | "gte_clang_8_0", |
| 20 | "gte_clang_9_0", |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 21 | "libloading", |
| 22 | "runtime", |
| 23 | ], |
Matthew Maurer | 2aeaa83 | 2020-07-06 13:15:24 -0700 | [diff] [blame] | 24 | rustlibs: [ |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 25 | "libglob", |
| 26 | "liblibc", |
| 27 | "liblibloading", |
| 28 | ], |
| 29 | } |
| 30 | |
| 31 | // dependent_library ["feature_list"] |
Chih-Hung Hsieh | acad636 | 2020-06-25 17:37:54 -0700 | [diff] [blame] | 32 | // cc-1.0.55 |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 33 | // glob-0.3.0 |
Chih-Hung Hsieh | acad636 | 2020-06-25 17:37:54 -0700 | [diff] [blame] | 34 | // libc-0.2.71 |
Chih-Hung Hsieh | bc6b7ea | 2020-04-17 21:14:42 -0700 | [diff] [blame] | 35 | // libloading-0.5.2 |