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

Commit a275bc4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Merge libstatspush_compat and libstatssocket_q"

parents 0a316738 20516da9
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -21,17 +21,22 @@
// =========================================================================
cc_defaults {
    name: "libstatspush_compat_defaults",
    srcs: ["StatsEventCompat.cpp"],
    srcs: [
        "statsd_writer.c",
        "stats_event_list.c",
        "StatsEventCompat.cpp"
    ],
    cflags: [
        "-Wall",
        "-Werror",
        "-DWRITE_TO_STATSD=1",
        "-DWRITE_TO_LOGD=0",
    ],
    header_libs: ["libstatssocket_headers"],
    static_libs: [
        "libbase",
        "liblog",
        "libstatssocket_q",
        "libutils"
        "libutils",
    ],
}

Loading