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

Commit c4cd2704 authored by Max Bires's avatar Max Bires Committed by Automerger Merge Worker
Browse files

Merge "Shifting VTS libs to static_lib entry" into sc-dev am: 753e88cf

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

Change-Id: I7106d0e57bfe70831891d5e41eb058b92d23f3a1
parents 4952aeaa 753e88cf
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",
    ],
}