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

Commit 0357239d authored by Janis Danisevskis's avatar Janis Danisevskis
Browse files

Fix Keystore 2.0 related bug in gatekeeperd.

Test: atest android.keystore.cts.CipherTest#testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired
Change-Id: Iec3d8aa34db040d5d4a418307020019ca32b0ffb
parent 2e2861db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -327,7 +327,6 @@ class GateKeeperProxy : public BnGateKeeperService {
                        LOG(ERROR) << "Failure in sending AuthToken to AuthorizationService.";
                        return GK_ERROR;
                    }
                    AIBinder_decStrong(authzAIBinder);
                }
                sp<IServiceManager> sm = defaultServiceManager();