| // This file is generated by cargo2android.py. | |
| rust_library_rlib { | |
| name: "liblibc", | |
| host_supported: true, | |
| crate_name: "libc", | |
| srcs: ["src/lib.rs"], | |
| edition: "2015", | |
| features: [ | |
| "default", | |
| "std", | |
| ], | |
| flags: [ | |
| "--cfg libc_align", | |
| "--cfg libc_const_size_of", | |
| "--cfg libc_core_cvoid", | |
| "--cfg libc_packedN", | |
| "--cfg libc_priv_mod_use", | |
| "--cfg libc_union", | |
| ], | |
| } |