tundra: fingerprint: Add vendor prefix to service

Change-Id: I33d9bbd865d2224bca841a1515c3332f4c8efcf6
This commit is contained in:
electimon
2022-11-04 21:29:13 +00:00
committed by Nolen Johnson
parent 3b9de96f54
commit bc30261898

View File

@@ -1,4 +1,4 @@
service fps_hal.tundra /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.tundra
service vendor.fps_hal.tundra /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.tundra
# "class hal" causes a race condition on some devices due to files created
# in /data. As a workaround, postpone startup until later in boot once
# /data is mounted.