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

Commit 995ca12f authored by Vova Sharaienko's avatar Vova Sharaienko Committed by Android (Google) Code Review
Browse files

Merge "[statsd] Remove static variants of libstatssocket/pull" into main

parents ff8645c3 75ffb265
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",
            ],
        },
    },