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

Commit 3e1da0a7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Allow libstatssocket to be dynamically loaded" am: 19590178 am: 15f8ea26 am: c533e70d am: f9f0ebda

Change-Id: I2b087d1a14eeb5cc2b57f458b1c54343127defab
parents fb7395ad f9f0ebda
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: {