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

Commit 42c17c8e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use usel_mkd_stats_log build variable while compiling lmkd with stats...

Merge "Use usel_mkd_stats_log build variable while compiling lmkd with stats logging feature." into pi-dev
parents 1c669f76 b7273785
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -12,6 +12,13 @@ cc_binary {
    local_include_dirs: ["include"],
    cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
    init_rc: ["lmkd.rc"],
    product_variables: {
        use_lmkd_stats_log: {
            cflags: [
                "-DLMKD_LOG_STATS"
            ],
        },
    },
}

cc_library_static {