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

Commit 259c980e authored by Ken Chen's avatar Ken Chen
Browse files

Remove dependency on libstatspush_compat

As commit Ie5bed1ab bump minApiLevel from 29 to 30, the
libstatspush_compat is no longer required.

Test: build
Bug: 283996141
Change-Id: Ie0d9dbf5365b98177cf2802583d6c3837f5b4e80
parent 2bdd5d45
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -229,7 +229,6 @@ cc_library {
        "libmodules-utils-build",
        "libprotobuf-cpp-lite",
        "libstatslog_resolv",
        "libstatspush_compat",
        "libsysutils",
        "netd_event_listener_interface-lateststable-ndk",
        "server_configurable_flags",
@@ -316,10 +315,9 @@ cc_library_static {
    export_generated_headers: ["statslog_resolv.h"],
    static_libs: [
        "libcutils",
        "libstatspush_compat",
    ],
    header_libs: [
        "libgtest_prod_headers", // Used by libstatspush_compat
    shared_libs: [
        "libstatssocket",
    ],
    apex_available: ["com.android.resolv"],
    min_sdk_version: "30",