diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-08-29 21:46:52 -0700 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2018-08-29 21:46:55 -0700 |
| commit | 5fe51fab015f6463a2ea431d1fbdc381d514162c (patch) | |
| tree | 00b1abb58354585374470b6964384e61067d37b6 /biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc | |
| parent | a77d68f5ded6fe1be851fa1db2112009c2271c48 (diff) | |
| download | android_hardware_lineage_interfaces-5fe51fab015f6463a2ea431d1fbdc381d514162c.tar.gz android_hardware_lineage_interfaces-5fe51fab015f6463a2ea431d1fbdc381d514162c.tar.bz2 android_hardware_lineage_interfaces-5fe51fab015f6463a2ea431d1fbdc381d514162c.zip | |
lineage: Prepend vendor. to all HAL services
All vendor services are required to start with "vendor."
Change-Id: I0fee723bb4542c2202050bfb96ca0123c5158770
Diffstat (limited to 'biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc')
| -rw-r--r-- | biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc b/biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc index 076d904..1eb64f0 100644 --- a/biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc +++ b/biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc @@ -1,4 +1,4 @@ -service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.0-service +service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.0-service # "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. |
