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

Commit 118d09ab authored by Ruchir Rastogi's avatar Ruchir Rastogi Committed by Automerger Merge Worker
Browse files

Allow libstatssocket to be dynamically loaded am: ac6a8071

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12087963

Change-Id: Ia8d653312383084e7ba0b27940eff2c819711500
parents 2f819aee ac6a8071
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -157,6 +157,11 @@ cc_library {
    header_libs: [
    header_libs: [
        "libnetdbinder_utils_headers",
        "libnetdbinder_utils_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"],
    export_include_dirs: ["include"],


    product_variables: {
    product_variables: {