Skip to content

Commit

Permalink
Update cabi.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Feb 26, 2024
1 parent ff199cd commit 69ea4b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions livekit-ffi/src/cabi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ pub extern "C" fn livekit_ffi_drop_handle(handle_id: FfiHandleId) -> bool {

#[cfg(target_os = "android")]
pub mod android {
use jni::{
sys::{jint, JNI_VERSION_1_6},
JavaVM,
};
use std::os::raw::c_void;

#[allow(non_snake_case)]
Expand Down

0 comments on commit 69ea4b4

Please sign in to comment.