This commit fixes broken UDFPS on gs101/gs201/zuma. The breakage is a
combination of two changes: The A16 UDFPS HAL fallback switching from
false to true, and the introduction of
`topic:fingerprint-halHandlesDisplayTouches`.
When HAL sets halHandlesDisplayTouches to true, its onPointerDown() /
onPointerUp() methods won't be called, which in this case will simply
break it.
This went unnoticed on Android 15 because the HAL defaulted to false and
the fps_touch_handler_supported property was not set.
Change-Id: If24475b5f14b7f02b90774be6acf20865285f1ab
Signed-off-by: AnierinB <anierin@evolution-x.org>
aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6)
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO
# eGHiAJ9a/ONKcJAWRUZLSLq29Oapn1/4xACffeR/l2me8tyTDscPYpsefQVdJVY=
# =/1qY
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Mar 18 02:18:39 2025 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]
# By Chungkai Mei (1) and others
# Via Android Build Coastguard Worker (9) and others
* tag 'aml_tz6_351400020':
powerhint: Mask hints in AA and DISPLAY_IDLE
Support CAMERA_MULTICAM_BOOST to improve multicam performance
remove unused hint
Change-Id: I867aa5d847398680a62737a0bddccc4f3ab89469
Somehow it depends on multiple versions of the same AIDL interface.
Disable ELF checks and remove the older dependency for now.
Change-Id: Id57ab481b248d4c394597cbb8b15d5b839b0f911
Android 15.0.0 Release 20 (BP1A.250305.019)
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8eo5wAKCRDorT+BmrEO
# eNXvAJ9be2FnzHtpE/9vG07escD01T7RfgCgkREHElral50a0CbF6eyhR17Mf5M=
# =ymht
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Mar 5 03:29:11 2025 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]
# By Eileen Lai (2) and others
# Via Android Build Coastguard Worker (11) and others
* tag 'android-15.0.0_r20':
modem_svc: use modem_svc_sit version sepolicy
Update ISODEP routing setting
modem_svc: use shared_modem_platform to replace all modem_svc_sit
bluejay: Pull init.insmod.*.cfg from vendor_dlkm
Move modem_svc_sit from gs101 to bluejay
Remove vibrator HAL service
powerhint: fix json syntax for wbs test
gps: set default SUPL SSL method to SSLv23
Change-Id: I788fc2ae76912b77452f2cf0f67ee4f01f56354f
This CL adds a powerhint for AA mode to mask storming hint. DISPLAY_IDLE masks DISPLAY_UPDATE_IMMINENT and CPU_LOAD_RESET when Android Auto property is set. When navigation in Android Auto, the two hint with action to boost memlat is costly.
Bug: 380188115
Change-Id: I825a56ac32a0ecdc8b441af9cb64e81b1d04f9a6
Test: Local test with desktop_head_unit_internal
Flag: EXEMPT powerhint change