Skip to content
Snippets Groups Projects
Commit 1403c6e9 authored by Dhina17's avatar Dhina17
Browse files

onclite: Switch to common fingerprint HIDL

Change-Id: Id8a76bff66d3d2adbd045226b30ad15bf0a5cce5
parent ea8a4ffd
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ TARGET_BOARD_FASTBOOT_INFO_FILE := $(LOCAL_PATH)/fastboot-info.txt
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1.vendor \
android.hardware.biometrics.fingerprint@2.3-service.xiaomi \
liblzma.vendor
# FM
......@@ -389,7 +389,8 @@ PRODUCT_PACKAGES += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
$(LOCAL_PATH) \
hardware/xiaomi
# USB HAL
PRODUCT_PACKAGES += \
......
[
{
{
"repository": "android_hardware_xiaomi",
"target_path": "hardware/xiaomi"
},
{
"repository": "android_kernel_xiaomi_onclite",
"target_path": "kernel/xiaomi/onclite"
}
}
]
......@@ -17,15 +17,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>IBiometricsFingerprint</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>
......
......@@ -832,10 +832,8 @@ vendor/lib/hw/vendor.qti.hardware.fm@1.0-impl.so|5da074c88802633f64e2b9fe2013e22
vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so|9d27a7a6cea72a48739e741e749bff2e194d4510
# Fingerprint
vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service.rc|4ec1563bf0806d58f13337eeff18697d04d7f064
vendor/lib64/com.fingerprints.extension@2.0.so
vendor/lib64/hw/fingerprint.default.so
vendor/lib64/hw/fingerprint.default.so:vendor/lib64/hw/fingerprint.goodix.default.so
vendor/lib64/hw/fingerprint.fpc.default.so
vendor/lib64/libgf_ca.so
vendor/lib64/libgf_hal.so
......
......@@ -10,6 +10,7 @@
/dev/goodix_fp u:object_r:goodix_fp_device:s0
# HALs
/vendor/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.3-service\.xiaomi u:object_r:hal_fingerprint_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.onclite u:object_r:hal_light_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator@1\.3-service\.xiaomi_onclite u:object_r:hal_vibrator_default_exec:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment