blob: 04b08e2770fce057036d9decff4be1337f991c68 [file] [log] [blame]
// This file is generated by cargo2android.py --device --run --dependencies --no-host --onefile.
// acourbot: changed name of library to "libv4l2_rust" to avoid colliding with
// the libv4l2 of v4l-utils.
rust_library {
name: "libv4l2_rust",
crate_name: "v4l2",
vendor_available: true,
srcs: ["lib/src/lib.rs"],
edition: "2018",
rustlibs: [
"libanyhow",
"libbitflags",
"liblibc",
"liblog_rust",
"libnix",
"libthiserror",
],
}
// dependent_library ["feature_list"]
// anyhow-1.0.38 "default,std"
// bitflags-1.2.1 "default"
// cfg-if-1.0.0
// libc-0.2.86 "default,extra_traits,std"
// nix-0.19.1
// proc-macro2-1.0.24 "default,proc-macro"
// quote-1.0.8 "default,proc-macro"
// syn-1.0.60 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
// thiserror-1.0.23
// thiserror-impl-1.0.23
// unicode-xid-0.2.1 "default"