diff --git a/float-pigment-layout/src/lib.rs b/float-pigment-layout/src/lib.rs index 15b56c2..83475da 100644 --- a/float-pigment-layout/src/lib.rs +++ b/float-pigment-layout/src/lib.rs @@ -45,12 +45,6 @@ extern crate alloc; #[macro_use] extern crate log; -#[cfg(target_os = "android")] -extern crate android_logger; - -#[cfg(target_os = "android")] -use log::LevelFilter; - #[allow(unused_imports)] use alloc::{boxed::Box, vec::Vec}; use core::{