mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyondx
synced 2026-01-27 13:56:46 +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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@@ -27,9 +27,6 @@ DEXPREOPT_GENERATE_APEX_IMAGE := true
|
|||||||
## Display
|
## Display
|
||||||
TARGET_SCREEN_DENSITY := 560
|
TARGET_SCREEN_DENSITY := 560
|
||||||
|
|
||||||
## Fingerprint
|
|
||||||
TARGET_SEC_FP_REQUEST_FORCE_CALIBRATE := true
|
|
||||||
|
|
||||||
## Kernel
|
## Kernel
|
||||||
TARGET_KERNEL_CONFIG := exynos9820-beyondx_defconfig
|
TARGET_KERNEL_CONFIG := exynos9820-beyondx_defconfig
|
||||||
|
|
||||||
|
|||||||
@@ -42,11 +42,4 @@
|
|||||||
@see https://www.w3.org/TR/SVG/paths.html#PathData
|
@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>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
## Bluetooth
|
## Bluetooth
|
||||||
bluetooth.device.default_name=Galaxy S10 5G
|
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
|
## RIL
|
||||||
ro.telephony.default_network=26,9
|
ro.telephony.default_network=26,9
|
||||||
|
|||||||
Reference in New Issue
Block a user