Fixing Keymaster documentation.
Keymaster HAL documentation documents the bootPatchLevel as having
tag 718, while types.hal indicates the tag value for it is actually
719.
Test: N/A
Bug: 78104779
Merged-In: I0dde0b3c863081f2594e20466d8e82866a5f2d2e
Change-Id: I0dde0b3c863081f2594e20466d8e82866a5f2d2e
(cherry picked from commit ae8da1b70a
)
This commit is contained in:
parent
0b1461687f
commit
ff29edcc71
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ interface IKeymasterDevice {
|
|||
* attestationIdManufacturer [716] EXPLICIT OCTET_STRING OPTIONAL,
|
||||
* attestationIdModel [717] EXPLICIT OCTET_STRING OPTIONAL,
|
||||
* vendorPatchLevel [718] EXPLICIT INTEGER OPTIONAL,
|
||||
* bootPatchLevel [718] EXPLICIT INTEGER OPTIONAL,
|
||||
* bootPatchLevel [719] EXPLICIT INTEGER OPTIONAL,
|
||||
* }
|
||||
*
|
||||
* The above schema is mostly a straightforward translation of the IKeymasterDevice tag/value
|
||||
|
|
Loading…
Reference in a new issue