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

This commit is contained in:
Mark Salyzyn 2016-12-02 17:51:35 +00:00 committed by Gerrit Code Review
commit 48dfc220cb
2 changed files with 2 additions and 2 deletions

View File

@ -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"],