Chih-Hung Hsieh | 905c18a | 2020-10-25 03:57:56 -0700 | [diff] [blame] | 1 | diff --git a/src/lib.rs b/src/lib.rs |
2 | index 9ec6df0..0cd8302 100644 | ||||
3 | --- a/src/lib.rs | ||||
4 | +++ b/src/lib.rs | ||||
5 | @@ -40,6 +40,9 @@ | ||||
6 | |||||
7 | #![no_std] | ||||
8 | |||||
9 | +// ANDROID: Use std to allow building as a dylib. | ||||
10 | +extern crate std; | ||||
11 | + | ||||
12 | include!(concat!(env!("OUT_DIR"), "/count.rs")); | ||||
13 | |||||
14 | #[doc(hidden)] |