Fix Keystore 2.0 related bug in gatekeeperd.

Test: atest android.keystore.cts.CipherTest#testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired
Change-Id: Iec3d8aa34db040d5d4a418307020019ca32b0ffb
This commit is contained in:
Janis Danisevskis 2021-01-29 23:47:18 -08:00
parent 2e2861dbd3
commit 0357239d2f

View file

@ -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();