Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a4625d6 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: 28556764

Change-Id: Ica9cc9af3c531ced3df627bb7d0a06bd0b59c256
parents 4d719a3c 28556764
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 \

+0 −2
Original line number Diff line number Diff line
@@ -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>