mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-02-01 09:40:11 +00:00
sky: Build goodix lib from source
Change-Id: Ibaf1b9489b509318032c720c9c83e315cfe6ab3e
This commit is contained in:
committed by
Lostark13
parent
2b8437b86c
commit
aa9cafe2b5
@@ -8,5 +8,6 @@ soong_namespace {
|
||||
imports: [
|
||||
"hardware/qcom-caf/bootctrl",
|
||||
"vendor/qcom/opensource/commonsys-intf/display",
|
||||
"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,
|
||||
}
|
||||
@@ -173,6 +173,9 @@ PRODUCT_PACKAGES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.3-service.xiaomi
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libvendor.goodix.hardware.biometrics.fingerprint@2.1.vendor
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
|
||||
@@ -978,7 +978,6 @@ vendor/lib64/libgf_ca.so
|
||||
vendor/lib64/libgf_hal.so
|
||||
vendor/lib64/libgoodixhwfingerprint.so
|
||||
vendor/lib64/libmifpext.so
|
||||
vendor/lib64/libvendor.goodix.hardware.biometrics.fingerprint@2.1.so
|
||||
vendor/lib64/vendor.qti.hardware.fingerprint@1.0.so
|
||||
vendor/lib64/vendor.xiaomi.hardware.fingerprintextension@1.0.so
|
||||
|
||||
|
||||
Reference in New Issue
Block a user