summaryrefslogtreecommitdiffstats
path: root/libpackagelistparser
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2017-01-10 13:19:54 -0800
committerMark Salyzyn <salyzyn@google.com>2017-01-11 09:31:15 -0800
commit30f991f251940be3ed11566fb71139852286f68a (patch)
tree5cef5c112aa400da1ad1572d26fcc3b6b3099b6e /libpackagelistparser
parentcdd7ec12be3dfb6a7fa2f597d2220445c96725cf (diff)
downloadsystem_core-30f991f251940be3ed11566fb71139852286f68a.tar.gz
system_core-30f991f251940be3ed11566fb71139852286f68a.tar.bz2
system_core-30f991f251940be3ed11566fb71139852286f68a.zip
liblog: use log/log.h when utilizing ALOG macros
Test: compile Bug: 30465923 Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
Diffstat (limited to 'libpackagelistparser')
-rw-r--r--libpackagelistparser/packagelistparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpackagelistparser/packagelistparser.c b/libpackagelistparser/packagelistparser.c
index f74b8b495..3e1a3d193 100644
--- a/libpackagelistparser/packagelistparser.c
+++ b/libpackagelistparser/packagelistparser.c
@@ -27,7 +27,7 @@
#include <string.h>
#include <sys/limits.h>
-#include <android/log.h>
+#include <log/log.h>
#include <packagelistparser/packagelistparser.h>
#define CLOGE(fmt, ...) \