spes: build goodix interface and deps from sources

This commit is contained in:
MonsieurLandry
2024-03-15 19:52:58 +01:00
committed by ap4ss3rby
parent e23d2440de
commit de2d61baae
3 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
soong_namespace {
imports: ["hardware/qcom-caf/bootctrl"],
imports: [
"hardware/qcom-caf/bootctrl",
"hardware/xiaomi"
],
}

11
biometrics/Android.bp Normal file
View 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,
}

View File

@@ -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 += \