commit | 65cbd60e1f00440b0cc5782f43c5791b06f449a4 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Dec 01 15:58:37 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Thu Dec 01 15:58:37 2016 -0800 |
tree | 5dfef398d27c021fd0a3a388cbf436ad5c1f3242 | |
parent | 832f1a797890ff2923b7ed47a2c010aa20a24423 [diff] [blame] |
Update to use the correct logging library. Test: compiles Change-Id: Ia5030c4d7ef95c5878c6b320d5bc30041023728f
diff --git a/nfc/1.0/default/Nfc.cpp b/nfc/1.0/default/Nfc.cpp index bee374d..44c8e42 100644 --- a/nfc/1.0/default/Nfc.cpp +++ b/nfc/1.0/default/Nfc.cpp
@@ -1,5 +1,5 @@ #define LOG_TAG "android.hardware.nfc@1.0-impl" -#include <utils/Log.h> +#include <android/log.h> #include <hardware/hardware.h> #include <hardware/nfc.h>