Skip to content

Commit 370f395

Browse files
authored
Merge pull request #6 from wechat-miniprogram/fix-android-build
fix: should depends on log instead of android_logger
2 parents 9623a3c + c941dcb commit 370f395

File tree

1 file changed

+0
-6
lines changed
  • float-pigment-layout/src

1 file changed

+0
-6
lines changed

float-pigment-layout/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ extern crate alloc;
4545
#[macro_use]
4646
extern crate log;
4747

48-
#[cfg(target_os = "android")]
49-
extern crate android_logger;
50-
51-
#[cfg(target_os = "android")]
52-
use log::LevelFilter;
53-
5448
#[allow(unused_imports)]
5549
use alloc::{boxed::Box, vec::Vec};
5650
use core::{

0 commit comments

Comments
 (0)