Merge changes from topic "ct3_twoshay" into main

* changes:
  init: modify touch offload permission for twoshay
  init: start twoshay on boot.
This commit is contained in:
Mark Chang 2024-01-16 05:13:21 +00:00 committed by Android (Google) Code Review
commit 2723b5850b

View file

@ -116,3 +116,10 @@ on fs
on init on init
setprop ro.hardware.fingerprint "fpc" setprop ro.hardware.fingerprint "fpc"
# Start the twoshay touch service
on property:sys.boot_completed=1
chown system input /dev/touch_offload
chown system input /dev/touch_offload_outer
chmod 660 /dev/touch_offload
chmod 660 /dev/touch_offload_outer
start twoshay