Add derive macros to KeyDescriptor
Change-Id: I8c02b504c7465c5057d5b5588e8f23724300921f
This commit is contained in:
parent
45304a3376
commit
8581d1f407
1 changed files with 1 additions and 0 deletions
|
@ -854,6 +854,7 @@ pub mod aidl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pub mod KeyDescriptor {
|
pub mod KeyDescriptor {
|
||||||
|
#[derive(Debug, Clone, Eq, PartialEq, Ord, PartialOrd)]
|
||||||
pub struct KeyDescriptor {
|
pub struct KeyDescriptor {
|
||||||
pub domain: crate::mangled::_7_android_8_security_9_keystore2_6_Domain,
|
pub domain: crate::mangled::_7_android_8_security_9_keystore2_6_Domain,
|
||||||
pub namespace_: i64,
|
pub namespace_: i64,
|
||||||
|
|
Loading…
Reference in a new issue