commit | b0f54da729a0e6c7b8e836764f23a6bf2faa2f38 | [log] [tgz] |
---|---|---|
author | Eran Messeri <eranm@google.com> | Wed Dec 07 13:05:32 2022 +0000 |
committer | Eran Messeri <eranm@google.com> | Wed Dec 07 13:06:17 2022 +0000 |
tree | e67e734bc26bacbd9b8c6c3c718e05cfd52a91b5 | |
parent | a8ceb15747dd857a8cb997d6c24bea4eeacb5cfc [diff] |
Update the KeyMint feature version to 300 As we've updated the KeyMint version to 3, update the default feature version to 300. That allows external developers to tell which KeyMint version is running on the device. Bug: 244732345 Test: atest android.keystore.cts.DeviceOwnerKeyManagementTest Change-Id: I9b333eeb77a62a79e8e664d40b5564767643aa3d
diff --git a/security/keymint/aidl/default/android.hardware.hardware_keystore.xml b/security/keymint/aidl/default/android.hardware.hardware_keystore.xml index 2ebf1fe..4c75596 100644 --- a/security/keymint/aidl/default/android.hardware.hardware_keystore.xml +++ b/security/keymint/aidl/default/android.hardware.hardware_keystore.xml
@@ -14,5 +14,5 @@ limitations under the License. --> <permissions> - <feature name="android.hardware.hardware_keystore" version="200" /> + <feature name="android.hardware.hardware_keystore" version="300" /> </permissions>