blob: 5faa928e9f4f457403a0f8b38dde3fdf5bc6c683 [file] [log] [blame]
// This file is generated by cargo2android.py --run --device --dependencies.
rust_library {
name: "libbitflags",
// has rustc warnings
host_supported: true,
crate_name: "bitflags",
srcs: ["src/lib.rs"],
edition: "2015",
features: [
"default",
],
flags: [
"--cfg bitflags_const_fn",
],
}