diff options
author | Jiyong Park <jiyong@google.com> | 2022-03-22 14:46:00 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2022-03-31 12:01:43 +0900 |
commit | 3c4b1725fa01849553cf14d232f50e062bf75fae (patch) | |
tree | cdb0122873ce2c6f04f5d85d4a6093eecd44cbaf /identity | |
parent | 703e97920e80be235e447410e164132081048b2f (diff) |
V3 is the latest version of keymaster HAL interface
Bug: 225941299
Test: m
Change-Id: I653ab8fd188228439128a75a58363da211e4b79f
Diffstat (limited to 'identity')
-rw-r--r-- | identity/aidl/default/Android.bp | 4 | ||||
-rw-r--r-- | identity/aidl/vts/Android.bp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/identity/aidl/default/Android.bp b/identity/aidl/default/Android.bp index 32b35439ef..31ab40004f 100644 --- a/identity/aidl/default/Android.bp +++ b/identity/aidl/default/Android.bp @@ -41,7 +41,7 @@ cc_library_static { "libpuresoftkeymasterdevice", "android.hardware.identity-support-lib", "android.hardware.identity-V4-ndk", - "android.hardware.keymaster-V4-ndk", + "android.hardware.keymaster-V3-ndk", "android.hardware.security.keymint-V2-ndk", ], } @@ -107,7 +107,7 @@ cc_binary { "libpuresoftkeymasterdevice", "android.hardware.identity-support-lib", "android.hardware.identity-V4-ndk", - "android.hardware.keymaster-V4-ndk", + "android.hardware.keymaster-V3-ndk", "android.hardware.identity-libeic-hal-common", "android.hardware.identity-libeic-library", ], diff --git a/identity/aidl/vts/Android.bp b/identity/aidl/vts/Android.bp index 20faeeefaa..a471efb5b4 100644 --- a/identity/aidl/vts/Android.bp +++ b/identity/aidl/vts/Android.bp @@ -47,8 +47,8 @@ cc_test { "android.hardware.keymaster@4.0", "android.hardware.identity-support-lib", "android.hardware.identity-V4-cpp", - "android.hardware.keymaster-V4-cpp", - "android.hardware.keymaster-V4-ndk", + "android.hardware.keymaster-V3-cpp", + "android.hardware.keymaster-V3-ndk", "libkeymaster4support", "libkeymaster4_1support", "libkeymint_remote_prov_support", |