blob: 6d71af2d7c1f464ecd43ee231a2a2b89180d7ec8 [file] [log] [blame]
diff --git a/src/lib.rs b/src/lib.rs
index 9ec6df0..0cd8302 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -40,6 +40,9 @@
#![no_std]
+// ANDROID: Use std to allow building as a dylib.
+extern crate std;
+
include!(concat!(env!("OUT_DIR"), "/count.rs"));
#[doc(hidden)]