summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2017-01-13 09:29:01 -0600
committerMark Salyzyn2017-01-13 09:30:11 -0600
commit5654a887b195fc451690f9c3eab6637aba2fccf9 (patch)
treeb956edfcf441c383d1be2762428e4215e29c3a1b /trusty/storage
parent5e9863bf63de2a5a9136ea335d333e05adcb3ebb (diff)
downloadplatform-system-core-5654a887b195fc451690f9c3eab6637aba2fccf9.tar.gz
platform-system-core-5654a887b195fc451690f9c3eab6637aba2fccf9.tar.xz
platform-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 @@
16 16
17#define LOG_TAG "storageproxyd" 17#define LOG_TAG "storageproxyd"
18 18
19#include <android/log.h> 19#include <log/log.h>
20 20