Fix android build

This commit is contained in:
Rob Parrett 2025-03-10 17:17:51 -07:00 committed by Jeremy Soller
parent 60f2c2b0c2
commit 813b350563

View file

@ -9,7 +9,7 @@ use crate::{Font, FontMatchKey, FontSystem, ShapeBuffer};
use self::platform::*;
#[cfg(not(any(unix, target_os = "windows")))]
#[cfg(not(any(all(unix, not(target_os = "android")), target_os = "windows")))]
#[path = "other.rs"]
mod platform;