From 3fd7d0bcaa8958bd955763c99240ea7e042182cb Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 2 Sep 2017 18:41:27 +0200 Subject: z2_plus: Add basic 2.0 -> 2.1 fingerprint HAL wrapper Change-Id: I36752485e39c93691261d9cf90f9455c7de2648e Signed-off-by: Erfan Abdi --- fingerprint/Android.mk | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 fingerprint/Android.mk (limited to 'fingerprint/Android.mk') diff --git a/fingerprint/Android.mk b/fingerprint/Android.mk new file mode 100644 index 0000000..8137e6e --- /dev/null +++ b/fingerprint/Android.mk @@ -0,0 +1,31 @@ +# +# Copyright (C) 2017 The LineageOS Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_SRC_FILES := \ + FingerprintWrapper.cpp + +LOCAL_SHARED_LIBRARIES := \ + libhardware liblog + +LOCAL_MODULE_RELATIVE_PATH := hw +LOCAL_MODULE := fingerprint.msm8996 +LOCAL_MODULE_TAGS := optional + +include $(BUILD_SHARED_LIBRARY) -- cgit v1.2.3