summaryrefslogtreecommitdiffstats
path: root/biometrics
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-11-30 13:45:34 -0800
committerYifan Hong <elsk@google.com>2016-12-01 17:47:02 -0800
commitf9d303435d80161fabb16cdff3b8f2f75f362480 (patch)
treebc9c92a118521958e9f94cfacbc7d282cf20b480 /biometrics
parent558727b38dde251978226b147790d0fe5f2a6ce8 (diff)
downloadandroid_hardware_interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.tar.gz
android_hardware_interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.tar.bz2
android_hardware_interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.zip
Update to use the correct logging library.
Test: mma compiles Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/fingerprint/2.1/default/BiometricsFingerprint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h b/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h
index de8727b1d..0a8a22cef 100644
--- a/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h
+++ b/biometrics/fingerprint/2.1/default/BiometricsFingerprint.h
@@ -17,7 +17,7 @@
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
-#include <utils/Log.h>
+#include <android/log.h>
#include <hidl/MQDescriptor.h>
#include <android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprint.h>
#include <hidl/Status.h>