summaryrefslogtreecommitdiffstats
path: root/liblog/logd_writer.c
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-09-28 13:26:55 -0700
committerMark Salyzyn <salyzyn@google.com>2016-09-30 12:47:05 -0700
commit6584d0a35ab7722bdc6590525dee29f72f0ec576 (patch)
tree6781f6f444cfab89b4e1b6bc4dc6ac555afefa39 /liblog/logd_writer.c
parenta166708d1541007ab5502040051e31863a29edce (diff)
downloadsystem_core-6584d0a35ab7722bdc6590525dee29f72f0ec576.tar.gz
system_core-6584d0a35ab7722bdc6590525dee29f72f0ec576.tar.bz2
system_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/logd_writer.c')
-rw-r--r--liblog/logd_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/logd_writer.c b/liblog/logd_writer.c
index 40ad48d53..ebf8b3e46 100644
--- a/liblog/logd_writer.c
+++ b/liblog/logd_writer.c
@@ -31,8 +31,8 @@
#include <time.h>
#include <unistd.h>
+#include <android/log.h>
#include <cutils/sockets.h>
-#include <log/log.h>
#include <log/logger.h>
#include <private/android_filesystem_config.h>
#include <private/android_logger.h>