Revert "Add UID parameter to authentication token"
This reverts commit 58ce81349a
.
Reason for revert: Build breakages on elfin, gce_x86_phone.
Bug: 72679761
Bug: 67752510
Change-Id: Ia27d6a7aa0195e49d0f132e7b77c81d780248a4c
This commit is contained in:
parent
58ce81349a
commit
16b8434935
|
@ -322,7 +322,7 @@ public:
|
|||
std::vector<uint8_t> auth_token_vector(*auth_token,
|
||||
(*auth_token) + *auth_token_length);
|
||||
int result = 0;
|
||||
auto binder_result = service->addAuthToken(auth_token_vector, uid, &result);
|
||||
auto binder_result = service->addAuthToken(auth_token_vector, &result);
|
||||
if (!binder_result.isOk() || !keystore::KeyStoreServiceReturnCode(result).isOk()) {
|
||||
ALOGE("Failure sending auth token to KeyStore: %" PRId32, result);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue