Make libkeymint_remote_prov_support a static dep

This made it easier to run libkeymint_remote_prov_support_test.

Bug: 264302050
Test: atest libkeymint_remote_prov_support_test
Change-Id: Ided4e9bb442274ea7711d283bc947c35f34ebc35
This commit is contained in:
Daniel Angell 2023-01-12 22:35:40 +00:00
parent eacb1c16f1
commit 1f5ab0d6f8

View file

@ -84,6 +84,7 @@ cc_test {
"android.hardware.security.rkp-V3-ndk",
"libgmock",
"libgtest_main",
"libkeymint_remote_prov_support",
],
defaults: [
"keymint_use_latest_hal_aidl_ndk_shared",
@ -95,6 +96,5 @@ cc_test {
"libcrypto",
"libjsoncpp",
"libkeymaster_portable",
"libkeymint_remote_prov_support",
],
}