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

Commit 701b26ae authored by Brian Young's avatar Brian Young Committed by android-build-team Robot
Browse files

Revert "Add UID parameter to authentication token"

This reverts commit 58ce8134.

Reason for revert: Build breakages on elfin, gce_x86_phone.

Bug: 72679761
Bug: 67752510
Change-Id: Ia27d6a7aa0195e49d0f132e7b77c81d780248a4c
(cherry picked from commit 16b84349)
parent 1b65443f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                }