Merge "Add derive macros to KeyDescriptor" am: ca543112cd
Original change: https://android-review.googlesource.com/c/platform/system/security/+/1402755 Change-Id: I370905a3054e07f9e408f5d133ba5009703dab07
This commit is contained in:
commit
40a05abd77
1 changed files with 1 additions and 0 deletions
|
@ -854,6 +854,7 @@ pub mod aidl {
|
|||
}
|
||||
}
|
||||
pub mod KeyDescriptor {
|
||||
#[derive(Debug, Clone, Eq, PartialEq, Ord, PartialOrd)]
|
||||
pub struct KeyDescriptor {
|
||||
pub domain: crate::mangled::_7_android_8_security_9_keystore2_6_Domain,
|
||||
pub namespace_: i64,
|
||||
|
|
Loading…
Reference in a new issue