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

Commit 18f2b9f4 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

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

am: 48dfc220

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

File moved.