diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-28 13:26:55 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2016-09-30 12:47:05 -0700 |
commit | 6584d0a35ab7722bdc6590525dee29f72f0ec576 (patch) | |
tree | 6781f6f444cfab89b4e1b6bc4dc6ac555afefa39 /liblog/logger_write.c | |
parent | a166708d1541007ab5502040051e31863a29edce (diff) | |
download | core-6584d0a35ab7722bdc6590525dee29f72f0ec576.tar.gz core-6584d0a35ab7722bdc6590525dee29f72f0ec576.tar.bz2 core-6584d0a35ab7722bdc6590525dee29f72f0ec576.zip |
liblog: Replace log/log.h with android/log.h
Move all liblog related content into android/log.h, and make
log/log.h points to android/log.h.
Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I858e0ebe047b86f2a8530a99bc9c380d3d58edbb
Diffstat (limited to 'liblog/logger_write.c')
-rw-r--r-- | liblog/logger_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/logger_write.c b/liblog/logger_write.c index 583b79977..4999aef0d 100644 --- a/liblog/logger_write.c +++ b/liblog/logger_write.c @@ -24,8 +24,8 @@ #include <android/set_abort_message.h> #endif +#include <android/log.h> #include <log/event_tag_map.h> -#include <log/log.h> #include <log/logger.h> #include <private/android_filesystem_config.h> #include <private/android_logger.h> |