You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
377 B

diff --git a/src/lib.rs b/src/lib.rs
index 01c81e2..927fc9a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -37,8 +37,9 @@
#![no_std]
#![cfg_attr(feature = "bench", feature(test, unicode_internals))]
-#[cfg(test)]
-#[macro_use]
+// #[cfg(test)]
+// ANDROID: Unconditionally use std to allow building as a dylib.
+// #[macro_use]
extern crate std;
#[cfg(feature = "bench")]