Merge "Adding 'static bound on binder Interface implementation" into main am: c0e1f3589b
Original change: https://android-review.googlesource.com/c/platform/system/security/+/2811277 Change-Id: I6e945f0c2252e3a9b7d13e34f479fa794b238e61 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d22ca185e0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<T> binder::Interface for BacklevelKeyMintWrapper<T> where T: EmulationDetector {}
|
||||
impl<T> binder::Interface for BacklevelKeyMintWrapper<T> where T: EmulationDetector + 'static {}
|
||||
|
||||
impl<T> IKeyMintDevice for BacklevelKeyMintWrapper<T>
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue