Disable the android example when not compiling for android

This commit is contained in:
Daniel McNab 2022-06-25 14:16:20 +01:00
parent 28cbc8f199
commit 35fe9b4d1f

View file

@ -1,3 +1,4 @@
#![cfg(target_os = "android")]
//! Android example
//!
//! Run using `cargo apk run --example android`