liblog: switch event_tag_map.c to event_tag_map.cpp

NB: recent activities on event_tag_map.c were to allow
    this transition to be unremarkable.

Test: compile
Bug: 31456426
Change-Id: I13e1771a001874244711a5ac3023861c2a5f8c7d
This commit is contained in:
Mark Salyzyn 2016-11-21 12:00:03 -08:00
parent de07029ad0
commit ed9dc8abe2
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"],