commit | 5937f07a6930b0f898ad22b66a0ee34853dfa7a2 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Tue Nov 08 15:51:01 2022 -0800 |
committer | Seth Moore <sethmo@google.com> | Thu Nov 10 01:56:25 2022 +0000 |
tree | 3039e66f7e7a28fa4938029564e716e52dffdf61 | |
parent | 210d3ea87b02470cf5ffc077315c19649d1ec580 [diff] |
Add missing dependency on RKP HAL Bug: 258288484 Test: libkeymint_remote_prov_support_test Merged-In: I032d30e5f46aa3fc0dd7b95373180b9653ccbf23 Change-Id: I032d30e5f46aa3fc0dd7b95373180b9653ccbf23
diff --git a/security/keymint/support/Android.bp b/security/keymint/support/Android.bp index 3f48320..d7226cd 100644 --- a/security/keymint/support/Android.bp +++ b/security/keymint/support/Android.bp
@@ -78,6 +78,7 @@ name: "libkeymint_remote_prov_support_test", srcs: ["remote_prov_utils_test.cpp"], static_libs: [ + "android.hardware.security.rkp-V3-ndk", "libgmock", "libgtest_main", ],