Merge "fingerprint: clean up includes" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-14 01:14:21 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 4 deletions

View File

@@ -10,12 +10,11 @@ LOCAL_SRC_FILES := \
service.cpp \
LOCAL_SHARED_LIBRARIES := \
libbinder \
libcutils \
liblog \
libhidlbase \
libhidltransport \
libhardware \
libkeystore_binder \
libutils \
android.hardware.biometrics.fingerprint@2.1 \

View File

@@ -16,8 +16,6 @@
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service"
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service"
// For communication with Keystore binder interface
#include <keystore/keystore.h> // for error codes
#include <hardware/hw_auth_token.h>
#include <hardware/hardware.h>