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] |
liblog: use log/log.h when utilizing ALOG macros Test: compile Bug: 30465923 Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
diff --git a/nfc/1.0/default/Nfc.cpp b/nfc/1.0/default/Nfc.cpp index 44c8e42..0759605 100644 --- a/nfc/1.0/default/Nfc.cpp +++ b/nfc/1.0/default/Nfc.cpp
@@ -1,5 +1,6 @@ #define LOG_TAG "android.hardware.nfc@1.0-impl" -#include <android/log.h> + +#include <log/log.h> #include <hardware/hardware.h> #include <hardware/nfc.h>