blob: 0ab8683efa900d149aedcdb45121fe3f00a02f42 [file] [log] [blame]
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -07001// This file is generated by cargo2android.py.
2
Ivan Lozanoda7b1192019-09-06 09:08:23 -07003rust_library_rlib {
Chih-Hung Hsieh863f21d2019-10-31 11:54:09 -07004 name: "liblibc",
Ivan Lozanoda7b1192019-09-06 09:08:23 -07005 host_supported: true,
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -07006 crate_name: "libc",
7 srcs: ["src/lib.rs"],
8 edition: "2015",
Ivan Lozanoda7b1192019-09-06 09:08:23 -07009 features: [
Ivan Lozanoda7b1192019-09-06 09:08:23 -070010 "default",
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070011 "std",
Ivan Lozanoda7b1192019-09-06 09:08:23 -070012 ],
13 flags: [
Matthew Maurere9a2a712020-01-02 15:36:15 -080014 "--cfg freebsd11",
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070015 "--cfg libc_align",
16 "--cfg libc_const_size_of",
Matthew Maurere9a2a712020-01-02 15:36:15 -080017 "--cfg libc_conts_size_of",
Chih-Hung Hsiehe5870cf2019-10-25 17:35:48 -070018 "--cfg libc_core_cvoid",
19 "--cfg libc_packedN",
Ivan Lozanoda7b1192019-09-06 09:08:23 -070020 "--cfg libc_priv_mod_use",
21 "--cfg libc_union",
Ivan Lozanoda7b1192019-09-06 09:08:23 -070022 ],
23}