V3 is the latest version of keymaster HAL interface

Bug: 225941299
Test: m
Change-Id: I653ab8fd188228439128a75a58363da211e4b79f
This commit is contained in:
Jiyong Park
2022-03-22 14:46:00 +09:00
parent 703e97920e
commit 3c4b1725fa
2 changed files with 4 additions and 4 deletions

View File

@@ -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",
],

View File

@@ -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",