init: remove twoshay HAL init trigger condition 'on late-init'
Bug: 238853979 Signed-off-by: Robin Peng <robinpeng@google.com> Change-Id: I625c75f1e1f4d8c46bbe43e92e6311ddeb80788b
This commit is contained in:
parent
ab0c78b8b7
commit
26d9dab173
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue