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

Commit 75ffb265 authored by Vova Sharaienko's avatar Vova Sharaienko
Browse files

[statsd] Remove static variants of libstatssocket/pull

Bug: 162108043
Test: build
Test: statsd_test
Change-Id: Icf6fa95d53f3ce893b4830f67295964cd7c5e700
parent d3eabb9d
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -104,6 +104,8 @@ cc_defaults {
        "libprotobuf-cpp-lite",
        "libstatslog",
        "libutils",
        "libstatspull",
        "libstatssocket",
        "server_configurable_flags",
    ],
    static_libs: [
@@ -123,14 +125,6 @@ cc_defaults {
        android: {
            shared_libs: [
                "libgui",
                "libstatspull",
                "libstatssocket",
            ],
        },
        host: {
            static_libs: [
                "libstatspull",
                "libstatssocket",
            ],
        },
    },
+2 −8
Original line number Diff line number Diff line
@@ -65,6 +65,8 @@ cc_defaults {
        "libprotobuf-cpp-lite",
        "libstatslog",
        "libutils",
        "libstatspull",
        "libstatssocket",
        "server_configurable_flags",
    ],
    static_libs: [
@@ -75,14 +77,6 @@ cc_defaults {
        android: {
            shared_libs: [
                "libgui",
                "libstatspull",
                "libstatssocket",
            ],
        },
        host: {
            static_libs: [
                "libstatspull",
                "libstatssocket",
            ],
        },
    },
+1 −6
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ cc_defaults {
        "liblog",
        "libPlatformProperties",
        "libstatslog",
        "libstatspull",
        "libutils",
    ],
    static_libs: [
@@ -99,15 +100,9 @@ cc_defaults {
        "libinputreader_headers",
    ],
    target: {
        android: {
            shared_libs: [
                "libstatspull",
            ],
        },
        host: {
            static_libs: [
                "libbinder",
                "libstatspull",
            ],
        },
    },