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

Commit f9f0ebda authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ia5a5f3a2015171d470855f8a74026e6ee2c0448b
parents 56dfa0b1 c533e70d
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: {