Haibo Huang | 732fd7d | 2020-09-09 11:00:26 -0700 | [diff] [blame] | 1 | Index: unicode-width/src/lib.rs |
2 | =================================================================== | ||||
3 | --- unicode-width.orig/src/lib.rs | ||||
4 | +++ unicode-width/src/lib.rs | ||||
5 | @@ -49,7 +49,7 @@ | ||||
6 | #![cfg_attr(feature = "bench", feature(test))] | ||||
7 | #![no_std] | ||||
8 | |||||
9 | -#[cfg(test)] | ||||
10 | +// ANDROID: Unconditionally use std to allow building as a dylib. | ||||
11 | #[macro_use] | ||||
12 | extern crate std; | ||||
13 |