blob: a7ea6920cb98853a2f74de08a5f97cc5658aa0f1 [file] [log] [blame]
// This file is generated by cargo2android.py --run --device.
rust_library {
name: "libmemchr",
host_supported: true,
crate_name: "memchr",
srcs: ["src/lib.rs"],
edition: "2015",
features: [
"default",
"std",
],
flags: [
"--cfg memchr_runtime_avx",
"--cfg memchr_runtime_simd",
"--cfg memchr_runtime_sse2",
"--cfg memchr_runtime_sse42",
],
}