summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--liblog/Android.bp4
-rw-r--r--liblog/event_tag_map.cpp (renamed from liblog/event_tag_map.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/liblog/Android.bp b/liblog/Android.bp
index c4981536a..e59a460c1 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -27,7 +27,7 @@ liblog_host_sources = [
27 "fake_writer.c", 27 "fake_writer.c",
28] 28]
29liblog_target_sources = [ 29liblog_target_sources = [
30 "event_tag_map.c", 30 "event_tag_map.cpp",
31 "config_read.c", 31 "config_read.c",
32 "log_time.cpp", 32 "log_time.cpp",
33 "log_is_loggable.c", 33 "log_is_loggable.c",
@@ -68,7 +68,7 @@ cc_library {
68 enabled: true, 68 enabled: true,
69 }, 69 },
70 not_windows: { 70 not_windows: {
71 srcs: ["event_tag_map.c"], 71 srcs: ["event_tag_map.cpp"],
72 }, 72 },
73 linux: { 73 linux: {
74 host_ldlibs: ["-lrt"], 74 host_ldlibs: ["-lrt"],
diff --git a/liblog/event_tag_map.c b/liblog/event_tag_map.cpp
index e8e0335e8..e8e0335e8 100644
--- a/liblog/event_tag_map.c
+++ b/liblog/event_tag_map.cpp