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.
|
diff --git a/src/lib.rs b/src/lib.rs
|
|
index f2f2962..83f3a22 100644
|
|
--- a/src/lib.rs
|
|
+++ b/src/lib.rs
|
|
@@ -55,7 +55,7 @@
|
|
|
|
#![no_std]
|
|
|
|
-#[cfg(test)]
|
|
+// ANDROID: Always import std to enable building as a dylib
|
|
#[macro_use]
|
|
extern crate std;
|
|
|