• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/src/lib.rs b/src/lib.rs
2index f2f2962..83f3a22 100644
3--- a/src/lib.rs
4+++ b/src/lib.rs
5@@ -55,7 +55,7 @@
6
7 #![no_std]
8
9-#[cfg(test)]
10+// ANDROID: Always import std to enable building as a dylib
11 #[macro_use]
12 extern crate std;
13
14