Merge "Use latest KM AIDL API"

This commit is contained in:
Tri Vo
2022-09-08 16:49:59 +00:00
committed by Android (Google) Code Review

View File

@@ -23,7 +23,6 @@ cc_binary {
"-Wextra",
],
shared_libs: [
"android.hardware.security.keymint-V2-ndk",
"libbase",
"libbinder_ndk",
"libcppbor_external",
@@ -35,6 +34,9 @@ cc_binary {
"libutils",
"libcppcose_rkp",
],
defaults: [
"keymint_use_latest_hal_aidl_ndk_shared",
],
srcs: [
"service.cpp",
"src/log.cpp",