spes: build goodix interface and deps from sources
This commit is contained in:
committed by
ap4ss3rby
parent
e23d2440de
commit
de2d61baae
@@ -1,3 +1,6 @@
|
||||
soong_namespace {
|
||||
imports: ["hardware/qcom-caf/bootctrl"],
|
||||
imports: [
|
||||
"hardware/qcom-caf/bootctrl",
|
||||
"hardware/xiaomi"
|
||||
],
|
||||
}
|
||||
|
||||
11
biometrics/Android.bp
Normal file
11
biometrics/Android.bp
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Copyright (C) 2023 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_library_shared {
|
||||
name: "libvendor.goodix.hardware.biometrics.fingerprint@2.1",
|
||||
shared_libs: ["vendor.goodix.hardware.biometrics.fingerprint@2.1"],
|
||||
vendor_available: true,
|
||||
}
|
||||
@@ -236,7 +236,10 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.3-service.xiaomi
|
||||
android.hardware.biometrics.fingerprint@2.3-service.xiaomi \
|
||||
libvendor.goodix.hardware.biometrics.fingerprint@2.1.vendor \
|
||||
vendor.goodix.hardware.fingerprintextension@1.0.vendor \
|
||||
com.fingerprints.extension@1.0.vendor
|
||||
|
||||
# FM
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user