init: remove twoshay HAL init trigger condition 'on late-init' am: 26d9dab173 am: a8aad16c24

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/19341397

Change-Id: Id86aabd58e5141134c6ffd9d879c4a916c1b5f45
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robin Peng 2022-07-20 10:56:49 +00:00 committed by Automerger Merge Worker
commit 5f11a50d16
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
import /vendor/etc/init/hw/init.gs201.rc
import /vendor/etc/init/hw/init.pantah.rc
on late-init && property:vendor.device.modules.ready=1
on property:vendor.device.modules.ready=1
# Start the twoshay touch service
start twoshay

View file

@ -2,7 +2,7 @@
import /vendor/etc/init/hw/init.gs201.rc
import /vendor/etc/init/hw/init.pantah.rc
on late-init && property:vendor.device.modules.ready=1
on property:vendor.device.modules.ready=1
# Start the twoshay touch service
start twoshay