mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-03 23:55:05 +02:00
Android support (#3475)
This commit is contained in:
parent
b669f38d23
commit
145ffed7c6
|
@ -15,6 +15,9 @@ use std::os::macos::fs::MetadataExt;
|
|||
#[cfg(target_os = "illumos")]
|
||||
use std::os::illumos::fs::MetadataExt;
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
use std::os::android::fs::MetadataExt;
|
||||
|
||||
use kanidm_utils_users::{get_current_gid, get_current_uid};
|
||||
|
||||
use std::fmt;
|
||||
|
|
Loading…
Reference in a new issue