commit | ff1e1dd319d791a6ecaaa6bf2989beda053720c7 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Thu Jul 21 05:28:53 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 21 05:28:53 2022 +0000 |
tree | fd9e8afbf4b220e9a8bea44463860eff453dec23 | |
parent | 4cf918fc620bf3ebe8da0934341195f1c5160281 [diff] | |
parent | e76000e09bb5fed8f9dceade0347216524307a4a [diff] |
Merge "Docs: return EARLY_BOOT_ENDED instead of INVALID_KEY_BLOB." am: 6796c8b5aa am: e76000e09b Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2160639 Change-Id: I57114806e1b3f8ca60bf1e2d770cd95382e447fa 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();