Skip to content

Commit 18a100d

Browse files
committed
Import LazyLock for Android
1 parent b851d3f commit 18a100d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/api_tweaks/android.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
use std::collections::HashMap;
15-
use std::os::raw::c_void;
15+
use std::{os::raw::c_void, sync::LazyLock};
1616
use std::sync::Mutex;
1717

1818
use jni_sys::{jclass, jint, jobject, jsize, JNIEnv, JavaVM, JNI_OK, JNI_TRUE};

0 commit comments

Comments
 (0)