L10: Start twoshay service on boot. am: 517e7c4be2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19146146 Change-Id: Ie45d3786ba40bc85818db4765ac80ba0145bc9b2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8e24b06741
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ on boot && property:ro.build.flavor=factory_lynx-userdebug
|
||||||
# Audio test folder
|
# Audio test folder
|
||||||
mkdir /data/AudioTest 0775 system system
|
mkdir /data/AudioTest 0775 system system
|
||||||
|
|
||||||
|
# Start the twoshay touch service
|
||||||
|
on late-init && property:vendor.device.modules.ready=1
|
||||||
|
start twoshay
|
||||||
|
|
||||||
on property:vendor.mfgapi.touchpanel.permission=1
|
on property:vendor.mfgapi.touchpanel.permission=1
|
||||||
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
|
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
|
||||||
chown system system /sys/devices/virtual/sec/tsp/cmd
|
chown system system /sys/devices/virtual/sec/tsp/cmd
|
||||||
|
|
Loading…
Reference in a new issue