feat(sdk): add JNI bridge between Java NativeBridge and Rust C ABI

This commit is contained in:
2026-05-25 15:02:12 +08:00
parent 7104976bf9
commit d3d26ba9b4
4 changed files with 46 additions and 3 deletions
-1
View File
@@ -9,7 +9,6 @@ mod session;
pub mod crypto;
pub mod device;
pub mod provider_selfhosted;
use trait_provider::{Provider, ActivateResponse, HeartbeatResponse, LicenseStatus};
use provider_selfhosted::SelfHostedProvider;