liblog: move log_is_loggable.c to properties.c

Just makes sense cleanup

Test: gTest liblog-unit-tests
Bug: 33535908
Change-Id: I85de049f3cd73a473d56db5970d42eee5f9f70a8
This commit is contained in:
Mark Salyzyn 2016-12-14 12:52:50 -08:00
parent 3b261ace57
commit 774e04f779
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,7 @@ liblog_target_sources = [
"event_tag_map.cpp",
"config_read.c",
"log_time.cpp",
"log_is_loggable.c",
"properties.c",
"logprint.c",
"pmsg_reader.c",
"pmsg_writer.c",