mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add versioned libkeymint_support" into main
This commit is contained in:
@@ -54,6 +54,35 @@ cc_library {
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
name: "libkeymint_support_V3",
|
||||
vendor_available: true,
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror",
|
||||
],
|
||||
srcs: [
|
||||
"attestation_record.cpp",
|
||||
"authorization_set.cpp",
|
||||
"keymint_utils.cpp",
|
||||
"key_param_output.cpp",
|
||||
],
|
||||
export_include_dirs: [
|
||||
"include",
|
||||
],
|
||||
header_libs: [
|
||||
"libhardware_headers",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.security.keymint-V3-ndk",
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
"libutils",
|
||||
"libhardware",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
name: "libkeymint_remote_prov_support",
|
||||
vendor_available: true,
|
||||
|
||||
Reference in New Issue
Block a user