* Drop light hal and recovery scripts. * All configs updated from fogos U1UG34M.23-82-2 build. Change-Id: Ia889f2af05ec08937a3d64954c40e7e24d9a6025
23 lines
699 B
Text
23 lines
699 B
Text
//
|
|
// Copyright (C) 2017-2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
cc_binary {
|
|
name: "android.hardware.biometrics.fingerprint@2.1-service.fogos",
|
|
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.fogos.xml"],
|
|
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.fogos.rc"],
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
srcs: ["service.cpp", "BiometricsFingerprint.cpp"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
"libcutils",
|
|
"android.hardware.biometrics.fingerprint@2.1",
|
|
],
|
|
proprietary: true,
|
|
}
|