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

Commit f09c593d authored by Rajeev Kumar's avatar Rajeev Kumar Committed by android-build-merger
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
am: 42c17c8e

Change-Id: I4d5b2851bb465dfaf0c8c7b863611685aedaf03d
parents 072108f5 42c17c8e
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 {