1diff --git a/src/lib.rs b/src/lib.rs 2index c26f0c5..ce06601 100644 3--- a/src/lib.rs 4+++ b/src/lib.rs 5@@ -66,6 +66,9 @@ 6 //! the `Array` trait. The actual usage of the crate is not expected to break 7 //! significantly in this transition. 8 9+// ANDROID: Unconditionally use std to allow building as a dylib. 10+extern crate std; 11+ 12 #[allow(unused_imports)] 13 use core::{ 14 borrow::{Borrow, BorrowMut}, 15