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

am: a1a42dffd0

Change-Id: I5b0e864bfb97c44c97f99c50d290abd831c2dc07
This commit is contained in:
Steven Moreland
2017-04-14 01:25:29 +00:00
committed by android-build-merger
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>