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

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

Change-Id: If54af2dc5e7c6e5f2f7521d4b8156ea15833949c
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:31:54 +00:00 committed by Automerger Merge Worker
commit a8aad16c24
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.gs201.rc
import /vendor/etc/init/hw/init.pantah.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 the twoshay touch service
start twoshay start twoshay

View file

@ -2,7 +2,7 @@
import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.gs201.rc
import /vendor/etc/init/hw/init.pantah.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 the twoshay touch service
start twoshay start twoshay