--- | |
src/lib.rs | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git b/src/lib.rs a/src/lib.rs | |
index 809c5dca..8c27fbba 100644 | |
--- b/src/lib.rs | |
+++ a/src/lib.rs | |
@@ -56,7 +56,7 @@ | |
)] | |
#![no_std] | |
-#[cfg(test)] | |
+// ANDROID: Always import std to enable building as a dylib | |
#[macro_use] | |
extern crate std; | |