Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2aeec5bd authored by David Drysdale's avatar David Drysdale Committed by Gerrit Code Review
Browse files

Merge "Fix compile error in different build variant" into main

parents f5f46e54 3045d7d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ package android.security;
* and KeyMint (V4) are used.
*/
class KeyStore2HalVersion {
    public byte[] getSupplementaryAttestationInfoHelper(int tag, KeyStore2 ks)
    public static byte[] getSupplementaryAttestationInfoHelper(int tag, KeyStore2 ks)
            throws KeyStoreException {
        return ks.handleRemoteExceptionWithRetry(
            (service) -> service.getSupplementaryAttestationInfo(tag));