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

Commit 19590178 authored by Ruchir Rastogi's avatar Ruchir Rastogi Committed by Gerrit Code Review
Browse files

Merge "Allow libstatssocket to be dynamically loaded"

parents e900a992 cf96e8be
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: {