diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-14 22:23:12 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-16 18:58:19 +0100 |
commit | 37ea6e00a34e29d8a8ac35582e7cac5e37f47601 (patch) | |
tree | d4197596f599b4e17a148857886e8d76cc8833da /fingerprint/Android.mk | |
parent | 8bf04abc621b9eb811171d47a104a249e549eb15 (diff) |
msm8996-common: Nuke the fingerprint wrapper [2/2]
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'fingerprint/Android.mk')
-rw-r--r-- | fingerprint/Android.mk | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/fingerprint/Android.mk b/fingerprint/Android.mk deleted file mode 100644 index 8137e6e..0000000 --- a/fingerprint/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# -# 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) |