Merge "liblog: switch event_tag_map.c to event_tag_map.cpp"
am: 48dfc220cb
Change-Id: Ifa613fa9909bab3ba634062ef57c90dfa21a24a3
This commit is contained in:
commit
18f2b9f4c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue