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

Commit 939cb092 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Shifting VTS libs to static_lib entry" am: 241327c1

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1716488

Change-Id: Id514744c35a16c4268fb9073a47bf5253ab171fb
parents e18782cd 241327c1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,15 +37,15 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libkeymint",
        "libkeymint_support",
    ],
    static_libs: [
        "android.hardware.security.keymint-V1-ndk_platform",
        "android.hardware.security.secureclock-V1-ndk_platform",
        "libcppbor_external",
        "libcppcose_rkp",
        "libkeymint",
        "libkeymint_remote_prov_support",
        "libkeymint_support",
        "libkeymint_vts_test_utils",
    ],
    test_suites: [
@@ -69,8 +69,6 @@ cc_test_library {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libkeymint",
        "libkeymint_support",
    ],
    static_libs: [
        "android.hardware.security.keymint-V1-ndk_platform",
@@ -78,7 +76,9 @@ cc_test_library {
        "libcppbor_external",
        "libcppcose_rkp",
        "libgmock_ndk",
        "libkeymint",
        "libkeymint_remote_prov_support",
        "libkeymint_support",
    ],
}