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

Commit b7273785 authored by Rajeev Kumar's avatar Rajeev Kumar
Browse files

Use usel_mkd_stats_log build variable while compiling lmkd with stats logging feature.

Bug: 74443701
Test: Tested manually
Merged-In: Ifa13cc7d1c3ff3ac71a16cf55be5a48ce808ef59
Change-Id: Ifa13cc7d1c3ff3ac71a16cf55be5a48ce808ef59
(cherry picked from commit 083be307)
parent 6e9a3275
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,13 @@ cc_binary {
    local_include_dirs: ["include"],
    local_include_dirs: ["include"],
    cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
    cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
    init_rc: ["lmkd.rc"],
    init_rc: ["lmkd.rc"],
    product_variables: {
        use_lmkd_stats_log: {
            cflags: [
                "-DLMKD_LOG_STATS"
            ],
        },
    },
}
}


cc_library_static {
cc_library_static {