blob: 599094d83c3d85a22d17c7bc60e2003a4a563dcd [file] [log] [blame]
// This file is generated by cargo2android.py.
rust_library_host_rlib {
name: "libmemchr",
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",
],
}