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

am: 4e3e5fd9d4

Change-Id: I8828e7d2ed7e0e8d2429e37978cfc869a96a708b
This commit is contained in:
Nick Desaulniers 2017-01-27 22:11:15 +00:00 committed by android-build-merger
commit d8d0d2fe8a

View file

@ -31,7 +31,7 @@ namespace android {
FingerprintDaemonProxy* FingerprintDaemonProxy::sInstance = NULL;
// 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) {