mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyondx
synced 2026-01-27 12:56:29 +00:00
beyondx: Switch to AIDL fingerprint HAL
Change-Id: I470097afc1cabab774c8e29aa57c0387f00b2d17
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2021-2023 The LineageOS Project
|
||||
# Copyright (C) 2021-2024 The LineageOS Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -27,9 +27,6 @@ DEXPREOPT_GENERATE_APEX_IMAGE := true
|
||||
## Display
|
||||
TARGET_SCREEN_DENSITY := 560
|
||||
|
||||
## Fingerprint
|
||||
TARGET_SEC_FP_REQUEST_FORCE_CALIBRATE := true
|
||||
|
||||
## Kernel
|
||||
TARGET_KERNEL_CONFIG := exynos9820-beyondx_defconfig
|
||||
|
||||
|
||||
@@ -42,11 +42,4 @@
|
||||
@see https://www.w3.org/TR/SVG/paths.html#PathData
|
||||
-->
|
||||
<string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H -427 V 139 H 0 V 0 Z @right</string>
|
||||
|
||||
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
|
||||
<integer-array name="config_udfps_sensor_props">
|
||||
<item>720</item>
|
||||
<item>2335</item>
|
||||
<item>150</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
## Bluetooth
|
||||
bluetooth.device.default_name=Galaxy S10 5G
|
||||
|
||||
## Fingerprint
|
||||
ro.vendor.fingerprint.type=udfps
|
||||
ro.vendor.fingerprint.sensor_location=720|2335|150
|
||||
ro.vendor.fingerprint.force_calibrate=true
|
||||
|
||||
## RIL
|
||||
ro.telephony.default_network=26,9
|
||||
|
||||
Reference in New Issue
Block a user