add andriod

This commit is contained in:
Irving Ou 2024-02-07 12:48:44 -05:00
parent 27f4d52c3d
commit aa248fb837
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ fn main() -> io::Result<()> {
Ok(())
}
#[cfg(target_os = "macos")]
#[cfg(any(target_os = "macos", target_os = "android"))]
fn main() {
println!("This example is not yet supported on this platform.");
}