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.

15 lines
411 B

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