Merge "liblog: move log_is_loggable.c to properties.c"

am: 3ef8ad8548

Change-Id: I207fd9e243ad689f8ea3234d58c39385c452d71d
This commit is contained in:
Mark Salyzyn 2016-12-16 19:08:23 +00:00 committed by android-build-merger
commit ebb7a0dbc5
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",