blob: 43da1293886ec7977e9a55fd9283903dcc5eaea7 [file] [log] [blame]
Haibo Huang732fd7d2020-09-09 11:00:26 -07001Index: 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