summaryrefslogtreecommitdiffstats
path: root/light
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2017-01-10 10:16:48 -0800
committerMark Salyzyn <salyzyn@google.com>2017-01-11 15:47:40 -0800
commit3ff5260601184d52a8c9a028d6a3af150d2a6757 (patch)
tree01ac944d93fd444913b9c4643840e82fe98becd8 /light
parenta8d358fb6313724ab1ae68c487c2006569cd5091 (diff)
downloadandroid_hardware_interfaces-3ff5260601184d52a8c9a028d6a3af150d2a6757.tar.gz
android_hardware_interfaces-3ff5260601184d52a8c9a028d6a3af150d2a6757.tar.bz2
android_hardware_interfaces-3ff5260601184d52a8c9a028d6a3af150d2a6757.zip
liblog: use log/log.h when utilizing ALOG macros
Test: compile Bug: 30465923 Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
Diffstat (limited to 'light')
-rw-r--r--light/2.0/default/Light.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/light/2.0/default/Light.cpp b/light/2.0/default/Light.cpp
index f52c6afe2..cde153663 100644
--- a/light/2.0/default/Light.cpp
+++ b/light/2.0/default/Light.cpp
@@ -15,7 +15,8 @@
*/
#define LOG_TAG "light"
-#include <android/log.h>
+
+#include <log/log.h>
#include "Light.h"