Skip to content
Snippets Groups Projects
Commit 4e3e5fd9 authored by Nick Desaulniers's avatar Nick Desaulniers
Browse files

fingerprint: bump hw api version to 2.1 [DO NOT MERGE]

Bug: 34129808
Test: adb logcat | grep -i 'wrong fp'
  should be empty

Change-Id: I2ddd3e31e221ceb829ba0e577c44dac20d26b85f
parent b7893e6f
No related merge requests found
...@@ -31,7 +31,7 @@ namespace android { ...@@ -31,7 +31,7 @@ namespace android {
FingerprintDaemonProxy* FingerprintDaemonProxy::sInstance = NULL; FingerprintDaemonProxy* FingerprintDaemonProxy::sInstance = NULL;
// Supported fingerprint HAL version // Supported fingerprint HAL version
static const uint16_t kVersion = HARDWARE_MODULE_API_VERSION(2, 0); static const uint16_t kVersion = HARDWARE_MODULE_API_VERSION(2, 1);
FingerprintDaemonProxy::FingerprintDaemonProxy() : mModule(NULL), mDevice(NULL), mCallback(NULL) { FingerprintDaemonProxy::FingerprintDaemonProxy() : mModule(NULL), mDevice(NULL), mCallback(NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment