commit | 3ff5260601184d52a8c9a028d6a3af150d2a6757 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 10:16:48 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Jan 11 15:47:40 2017 -0800 |
tree | 01ac944d93fd444913b9c4643840e82fe98becd8 | |
parent | a8d358fb6313724ab1ae68c487c2006569cd5091 [diff] |
liblog: use log/log.h when utilizing ALOG macros Test: compile Bug: 30465923 Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
diff --git a/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h b/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h index 0a8a22c..6e599d1 100644 --- a/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h +++ b/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h
@@ -17,7 +17,8 @@ #ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H #define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H -#include <android/log.h> +#include <log/log.h> + #include <hidl/MQDescriptor.h> #include <android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprint.h> #include <hidl/Status.h>