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

Commit 28556764 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

Change-Id: I5b0e864bfb97c44c97f99c50d290abd831c2dc07
parents 4cf0bfe0 a1a42dff
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>