commit | e44707802487fa9a2e139e2a869640e64ffab963 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Thu Jul 21 06:02:26 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 21 06:02:26 2022 +0000 |
tree | 9cd7216647d50bfbeb791a607cbf76da6858fb12 | |
parent | 29285e0f221e2b9d00a32633f3e9d297ed627ade [diff] | |
parent | fe425baf3db41235df84dbe4d291696ddb5efc47 [diff] |
Merge "Docs: return EARLY_BOOT_ENDED instead of INVALID_KEY_BLOB." am: 6796c8b5aa am: e76000e09b am: ff1e1dd319 am: fe425baf3d Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2160639 Change-Id: Ie679a10401ae15a14ca70562c094b5cf56b37652 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl b/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl index 2caa4d5..926d105 100644 --- a/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl +++ b/security/keymint/aidl/android/hardware/security/keymint/IKeyMintDevice.aidl
@@ -815,7 +815,7 @@ /** * Called by client to notify the IKeyMintDevice that the device has left the early boot * state, and that keys with the EARLY_BOOT_ONLY tag may no longer be used. All attempts to use - * an EARLY_BOOT_ONLY key after this method is called must fail with Error::INVALID_KEY_BLOB. + * an EARLY_BOOT_ONLY key after this method is called must fail with Error::EARLY_BOOT_ENDED. */ void earlyBootEnded();