summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2016-09-28 15:26:55 -0500
committerMark Salyzyn2016-09-30 14:47:05 -0500
commit6584d0a35ab7722bdc6590525dee29f72f0ec576 (patch)
tree6781f6f444cfab89b4e1b6bc4dc6ac555afefa39 /liblog/logger_name.c
parenta166708d1541007ab5502040051e31863a29edce (diff)
downloadplatform-system-core-6584d0a35ab7722bdc6590525dee29f72f0ec576.tar.gz
platform-system-core-6584d0a35ab7722bdc6590525dee29f72f0ec576.tar.xz
platform-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/logger_name.c')
-rw-r--r--liblog/logger_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/logger_name.c b/liblog/logger_name.c
index b7ccac51f..12e263a04 100644
--- a/liblog/logger_name.c
+++ b/liblog/logger_name.c
@@ -16,7 +16,7 @@
16 16
17#include <string.h> 17#include <string.h>
18 18
19#include <log/log.h> 19#include <android/log.h>
20#include <log/logger.h> 20#include <log/logger.h>
21 21
22#include "log_portability.h" 22#include "log_portability.h"