Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
012ba5b054af01a6aa98f7ad1a97e78cf1af2a85
/
.
/
libs
/
binder
/
rust
/
build.rs
blob: f3e6b53778a63f48346a2a76df16a52d15487b70 [
file
] [
log
] [
blame
]
fn
main
()
{
// Anything with cargo is NDK only. If you want to access anything else, use Soong.
println
!(
"cargo::rustc-cfg=android_ndk"
);
}