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

Commit 789c573c 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
Merged-In: Icf6fa95d53f3ce893b4830f67295964cd7c5e700
parent 39700158
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@ cc_defaults {
        "libprotobuf-cpp-lite",
        "libstatslog",
        "libutils",
        "libstatspull",
        "libstatssocket",
        "server_configurable_flags",
    ],
    static_libs: [
@@ -96,15 +98,11 @@ cc_defaults {
            shared_libs: [
                "libgui",
                "libinput",
                "libstatspull",
                "libstatssocket",
            ],
        },
        host: {
            static_libs: [
                "libinput",
                "libstatspull",
                "libstatssocket",
            ],
            include_dirs: [
                "bionic/libc/kernel/android/uapi/",
+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 −2
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ cc_defaults {
        "liblog",
        "libPlatformProperties",
        "libstatslog",
        "libstatspull",
        "libutils",
    ],
    static_libs: [
@@ -98,14 +99,12 @@ cc_defaults {
        android: {
            shared_libs: [
                "libinput",
                "libstatspull",
            ],
        },
        host: {
            static_libs: [
                "libinput",
                "libbinder",
                "libstatspull",
            ],
        },
    },