Sign in
android
/
platform
/
external
/
rust
/
crates
/
v4l2r
/
refs/heads/simpleperf-release
/
.
/
android
/
build.rs
blob: 58ddfc8cfbd04b43a220015a049b5b8133f1fa28 [
file
] [
log
] [
blame
] [
edit
]
//! V4L2R bindings generator
include
!(
"../lib/bindgen.rs"
);
fn
main
()
{
bindgen_cmd
::
build
(
v4l2r_bindgen_builder
)
}