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

Commit 48dfc220 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "liblog: switch event_tag_map.c to event_tag_map.cpp"

parents 6e5f7302 ed9dc8ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ liblog_host_sources = [
    "fake_writer.c",
    "fake_writer.c",
]
]
liblog_target_sources = [
liblog_target_sources = [
    "event_tag_map.c",
    "event_tag_map.cpp",
    "config_read.c",
    "config_read.c",
    "log_time.cpp",
    "log_time.cpp",
    "log_is_loggable.c",
    "log_is_loggable.c",
@@ -68,7 +68,7 @@ cc_library {
            enabled: true,
            enabled: true,
        },
        },
        not_windows: {
        not_windows: {
            srcs: ["event_tag_map.c"],
            srcs: ["event_tag_map.cpp"],
        },
        },
        linux: {
        linux: {
            host_ldlibs: ["-lrt"],
            host_ldlibs: ["-lrt"],
+0 −0

File moved.