Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f5ab0d6 authored by Daniel Angell's avatar Daniel Angell
Browse files

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
parent eacb1c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
    ],
}