summaryrefslogtreecommitdiffstats
path: root/trusty/storage
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2017-01-13 07:29:01 -0800
committerMark Salyzyn <salyzyn@google.com>2017-01-13 07:30:11 -0800
commit5654a887b195fc451690f9c3eab6637aba2fccf9 (patch)
treeb956edfcf441c383d1be2762428e4215e29c3a1b /trusty/storage
parent5e9863bf63de2a5a9136ea335d333e05adcb3ebb (diff)
downloadsystem_core-5654a887b195fc451690f9c3eab6637aba2fccf9.tar.gz
system_core-5654a887b195fc451690f9c3eab6637aba2fccf9.tar.bz2
system_core-5654a887b195fc451690f9c3eab6637aba2fccf9.zip
trusty: use log/log.h for ALOG macros
Test: compile Bug: 34250038 Change-Id: I12e7c6ea5a9ca950751fcf65352889650f198986
Diffstat (limited to 'trusty/storage')
-rw-r--r--trusty/storage/proxy/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty/storage/proxy/log.h b/trusty/storage/proxy/log.h
index 3d2e65460..c81beab67 100644
--- a/trusty/storage/proxy/log.h
+++ b/trusty/storage/proxy/log.h
@@ -16,5 +16,5 @@
#define LOG_TAG "storageproxyd"
-#include <android/log.h>
+#include <log/log.h>