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

Commit f6233e65 authored by Seth Moore's avatar Seth Moore
Browse files

Add missing dependency on RKP HAL

Bug: 258288484
Test: libkeymint_remote_prov_support_test
Merged-In: I032d30e5f46aa3fc0dd7b95373180b9653ccbf23
Change-Id: I032d30e5f46aa3fc0dd7b95373180b9653ccbf23
(cherry picked from commit 845aca61)
parent 3e5393ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ cc_test {
    name: "libkeymint_remote_prov_support_test",
    srcs: ["remote_prov_utils_test.cpp"],
    static_libs: [
        "android.hardware.security.rkp-V3-ndk",
        "libgmock",
        "libgtest_main",
    ],