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

Commit f750327f authored by Vova Sharaienko's avatar Vova Sharaienko
Browse files

[statsd] Remove static variants of libstatssocket/pull

Bug: 162108043
Test: build
Test: statsd_test
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:75ffb265b9db926343bbf6a2e60868cc67c590b5)

Change-Id: Icf6fa95d53f3ce893b4830f67295964cd7c5e700
Merged-In: Icf6fa95d53f3ce893b4830f67295964cd7c5e700
parent 8aa5ab08
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -83,6 +83,8 @@ cc_defaults {
        "libprotobuf-cpp-lite",
        "libstatslog",
        "libutils",
        "libstatspull",
        "libstatssocket",
        "server_configurable_flags",
    ],
    static_libs: [
@@ -95,15 +97,11 @@ cc_defaults {
            shared_libs: [
                "libgui",
                "libinput",
                "libstatspull",
                "libstatssocket",
            ],
        },
        host: {
            static_libs: [
                "libinput",
                "libstatspull",
                "libstatssocket",
            ],
        },
    },
+2 −4
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ cc_defaults {
        "libprotobuf-cpp-lite",
        "libstatslog",
        "libutils",
        "libstatspull",
        "libstatssocket",
        "server_configurable_flags",
    ],
    static_libs: [
@@ -75,15 +77,11 @@ cc_defaults {
            shared_libs: [
                "libgui",
                "libinput",
                "libstatspull",
                "libstatssocket",
            ],
        },
        host: {
            static_libs: [
                "libinput",
                "libstatspull",
                "libstatssocket",
            ],
        },
    },
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ cc_defaults {
        "liblog",
        "libPlatformProperties",
        "libstatslog",
        "libstatspull",
        "libutils",
    ],
    static_libs: [