commit | a4842ace3979643da9d4edd17b32877f6db78f7e | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 10:16:48 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 15:02:14 2017 -0800 |
tree | ae71a9268e9c68b6ba50ba231535e40c0a46a3d9 | |
parent | 04e53a1ca271f2181f71347eed2c2aa74c3e9c1c [diff] [blame] |
liblog: use log/log.h when utilizing ALOG macros Test: compile Bug: 30465923 Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
diff --git a/tests/pointer/1.0/default/Pointer.cpp b/tests/pointer/1.0/default/Pointer.cpp index 2b4a323..52712d4 100644 --- a/tests/pointer/1.0/default/Pointer.cpp +++ b/tests/pointer/1.0/default/Pointer.cpp
@@ -1,7 +1,8 @@ #define LOG_TAG "hidl_test" #include "Pointer.h" -#include <android/log.h> + +#include <log/log.h> namespace android { namespace hardware {