init: remove twoshay HAL init trigger condition 'on late-init'

Bug: 238853979
Signed-off-by: Robin Peng <robinpeng@google.com>
Change-Id: I1546537d3e4ed4323cbcdc17382ed0eb3d06cc31
This commit is contained in:
Robin Peng 2022-07-20 12:48:04 +08:00
parent 697c5b82bc
commit f5bc0892f7

View file

@ -3,7 +3,7 @@ import /vendor/etc/init/hw/init.gs101.rc
import /vendor/etc/init/hw/init.blueport.rc import /vendor/etc/init/hw/init.blueport.rc
# Start the twoshay touch service # Start the twoshay touch service
on late-init && property:vendor.device.modules.ready=1 on property:vendor.device.modules.ready=1
start twoshay start twoshay
# Toggle glove_mode according to touch_sensitivity_mode # Toggle glove_mode according to touch_sensitivity_mode