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

Commit ff6ca5e7 authored by Muhammad Qureshi's avatar Muhammad Qureshi Committed by android-build-merger
Browse files

Merge "Pass the supportQ flag to stats-log-api-gen"

am: 0452b8cf

Change-Id: I861f9f7867d1ddde444d0747a0ff564abe366caa
parents beeb9420 0452b8cf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ cc_library {
        "libnetdutils",
        "libprotobuf-cpp-lite",
        "libstatslog_resolv",
        "libstatssocket",
        "libstatspush_compat",
        "libsysutils",
        "libutils", // Used by libstatslog_resolv
        "netd_event_listener_interface-ndk_platform",
@@ -142,7 +142,7 @@ genrule {
genrule {
    name: "statslog_resolv.cpp",
    tools: ["stats-log-api-gen"],
    cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_resolv.cpp --module resolv --namespace android,net,stats --importHeader statslog_resolv.h",
    cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_resolv.cpp --module resolv --namespace android,net,stats --importHeader statslog_resolv.h --supportQ",
    out: [
        "statslog_resolv.cpp",
    ],
@@ -156,6 +156,8 @@ cc_library_static {
    export_generated_headers: ["statslog_resolv.h"],
    static_libs: [
        "libcutils",
        "libgtest_prod", // Used by libstatspush_compat
        "libstatspush_compat",
        "libstatssocket",
    ],
}