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

Commit cf96e8be authored by Ruchir Rastogi's avatar Ruchir Rastogi
Browse files

Allow libstatssocket to be dynamically loaded

This change is needed for libstatspush_compat to properly function on R
devices.

Test: m com.android.resolv
Bug: 149229317
Change-Id: I55740632a4aae889505231efeeebe2809a659a7a
parent ecc52827
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -103,6 +103,11 @@ cc_library {
    header_libs: [
        "libnetd_client_headers",
    ],
    runtime_libs: [
        // Causes the linkerconfig to create a namespace link from resolv to the
        // libstatssocket library within the statsd apex
        "libstatssocket",
    ],
    export_include_dirs: ["include"],

    product_variables: {