mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Use latest Identity and KM AIDL API"
This commit is contained in:
@@ -10,6 +10,10 @@ package {
|
||||
cc_library_static {
|
||||
name: "android.hardware.identity-libeic-hal-common",
|
||||
vendor_available: true,
|
||||
defaults: [
|
||||
"identity_use_latest_hal_aidl_ndk_static",
|
||||
"keymint_use_latest_hal_aidl_ndk_static",
|
||||
],
|
||||
srcs: [
|
||||
"common/IdentityCredential.cpp",
|
||||
"common/IdentityCredentialStore.cpp",
|
||||
@@ -40,9 +44,7 @@ cc_library_static {
|
||||
"libsoft_attestation_cert",
|
||||
"libpuresoftkeymasterdevice",
|
||||
"android.hardware.identity-support-lib",
|
||||
"android.hardware.identity-V4-ndk",
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
"android.hardware.security.keymint-V2-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -83,6 +85,7 @@ cc_binary {
|
||||
vintf_fragments: ["identity-default.xml"],
|
||||
vendor: true,
|
||||
defaults: [
|
||||
"identity_use_latest_hal_aidl_ndk_static",
|
||||
"keymint_use_latest_hal_aidl_ndk_static",
|
||||
],
|
||||
cflags: [
|
||||
@@ -106,7 +109,6 @@ cc_binary {
|
||||
"libsoft_attestation_cert",
|
||||
"libpuresoftkeymasterdevice",
|
||||
"android.hardware.identity-support-lib",
|
||||
"android.hardware.identity-V4-ndk",
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
"android.hardware.identity-libeic-hal-common",
|
||||
"android.hardware.identity-libeic-library",
|
||||
|
||||
@@ -11,6 +11,7 @@ cc_test {
|
||||
name: "VtsHalIdentityTargetTest",
|
||||
defaults: [
|
||||
"VtsHalTargetTestDefaults",
|
||||
"identity_use_latest_hal_aidl_cpp_static",
|
||||
"keymint_use_latest_hal_aidl_cpp_static",
|
||||
"keymint_use_latest_hal_aidl_ndk_static",
|
||||
"use_libaidlvintf_gtest_helper_static",
|
||||
@@ -46,7 +47,6 @@ cc_test {
|
||||
"libpuresoftkeymasterdevice",
|
||||
"android.hardware.keymaster@4.0",
|
||||
"android.hardware.identity-support-lib",
|
||||
"android.hardware.identity-V4-cpp",
|
||||
"android.hardware.keymaster-V3-cpp",
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
"libkeymaster4support",
|
||||
|
||||
Reference in New Issue
Block a user