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

Commit 15f8ea26 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Allow libstatssocket to be dynamically loaded" am: 19590178

Change-Id: Ifcbd8e403cd5b98e6dc8972dec6cdbbcad42a0a9
parents e17b844b 19590178
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: {