summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2017-01-10 15:19:54 -0600
committerMark Salyzyn2017-01-11 11:31:15 -0600
commit30f991f251940be3ed11566fb71139852286f68a (patch)
tree5cef5c112aa400da1ad1572d26fcc3b6b3099b6e /trusty/storage
parentcdd7ec12be3dfb6a7fa2f597d2220445c96725cf (diff)
downloadplatform-system-core-30f991f251940be3ed11566fb71139852286f68a.tar.gz
platform-system-core-30f991f251940be3ed11566fb71139852286f68a.tar.xz
platform-system-core-30f991f251940be3ed11566fb71139852286f68a.zip
liblog: use log/log.h when utilizing ALOG macros
Test: compile Bug: 30465923 Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
Diffstat (limited to 'trusty/storage')
-rw-r--r--trusty/storage/lib/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty/storage/lib/storage.c b/trusty/storage/lib/storage.c
index 3002c0bde..915bc17d4 100644
--- a/trusty/storage/lib/storage.c
+++ b/trusty/storage/lib/storage.c
@@ -23,7 +23,7 @@
23#include <string.h> 23#include <string.h>
24#include <sys/uio.h> 24#include <sys/uio.h>
25 25
26#include <android/log.h> 26#include <log/log.h>
27#include <trusty/tipc.h> 27#include <trusty/tipc.h>
28#include <trusty/lib/storage.h> 28#include <trusty/lib/storage.h>
29 29