Pin KeyMint dependency to correct/specific version
libkeymint depends on the latest version of the HAL, which will soon be bumped to v4. Since this implementation won't immediately be upgraded, and this dependency seems unused, remove it. Bug: 369375199 Test: Treehugger Change-Id: I5e952595bb4d4d8a283b286b5054576394788f16
This commit is contained in:
parent
07e913e85e
commit
03f7133b0e
1 changed files with 3 additions and 5 deletions
|
|
@ -105,19 +105,17 @@ cc_binary {
|
|||
"keymint/TrustySharedSecret.cpp",
|
||||
"keymint/service.cpp",
|
||||
],
|
||||
defaults: [
|
||||
"keymint_use_latest_hal_aidl_ndk_shared",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.security.keymint-V3-ndk",
|
||||
"android.hardware.security.rkp-V3-ndk",
|
||||
"android.hardware.security.secureclock-V1-ndk",
|
||||
"android.hardware.security.sharedsecret-V1-ndk",
|
||||
"lib_android_keymaster_keymint_utils",
|
||||
"lib_android_keymaster_keymint_utils_V3",
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"libhardware",
|
||||
"libkeymaster_messages",
|
||||
"libkeymint",
|
||||
"libkeymasterconfig",
|
||||
"liblog",
|
||||
"libtrusty",
|
||||
"libutils",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue