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

Commit 1e0ed022 authored by Luke Huang's avatar Luke Huang Committed by Automerger Merge Worker
Browse files

Fix resolver test failure caused by mismatching between libcrypto and am:...

Fix resolver test failure caused by mismatching between libcrypto and am: 47d1ca16 am: 8f69d049 am: c3286505 am: babe13f2

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1640161

Change-Id: Ic071f53b62712d541f8b06e05b0cce264a2543e0
parents a078a78b babe13f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ cc_test {
    ],
    shared_libs: [
        "libbinder_ndk",
        "libssl",
    ],
    static_libs: [
        "dnsresolver_aidl_interface-lateststable-ndk_platform",
@@ -110,6 +109,7 @@ cc_test {
        "libnetd_test_resolv_utils",
        "libnetdutils",
        "libprotobuf-cpp-lite",
        "libssl",
        "netd_aidl_interface-lateststable-ndk_platform",
        "netd_event_listener_interface-lateststable-ndk_platform",
        "server_configurable_flags",
@@ -225,7 +225,6 @@ cc_test {
    ],
    shared_libs: [
        "libbinder_ndk",
        "libssl",
    ],
    static_libs: [
        "dnsresolver_aidl_interface-lateststable-ndk_platform",
@@ -239,6 +238,7 @@ cc_test {
        "libnetd_test_resolv_utils",
        "libnetdutils",
        "libprotobuf-cpp-lite",
        "libssl",
        "libstatslog_resolv",
        "libstatspush_compat",
        "libsysutils",