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:
commit
5f11a50d16
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.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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue