Merge "Gatekeeper: Add missing user_id." am: 5edcb8a3d6 am: 693ee75fde
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1586506 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6462d9dcf0cfdbe7af7b91d18c5293e4c87f57c1
This commit is contained in:
commit
7fda18011c
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ class GateKeeperProxy : public BnGateKeeperService {
|
|||
|
||||
authToken.timestamp.milliSeconds = betoh64(hwAuthToken->timestamp);
|
||||
authToken.challenge = hwAuthToken->challenge;
|
||||
authToken.userId = hwAuthToken->user_id;
|
||||
authToken.authenticatorId = hwAuthToken->authenticator_id;
|
||||
authToken.authenticatorType = static_cast<HardwareAuthenticatorType>(
|
||||
betoh32(hwAuthToken->authenticator_type));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue