init: remove twoshay HAL init trigger condition 'on late-init' am: 2d51ed1ffd
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19354426 Change-Id: I2773a57898766459df9dd987c52656d1bb51645a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b082b844a6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ on boot && property:ro.build.flavor=factory_lynx-userdebug
|
||||||
mkdir /data/AudioTest 0775 system system
|
mkdir /data/AudioTest 0775 system system
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
on property:vendor.mfgapi.touchpanel.permission=1
|
on property:vendor.mfgapi.touchpanel.permission=1
|
||||||
|
|
Loading…
Reference in a new issue