mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
Removed commands which were needed only for lunchbox. Test: boot test on a device. Change-Id: I1e9a24cb82eb7e1dfd8701c15e4cf4c84d856a1e
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
on init && property:ro.boot.slot=*
|
|
# will remove this once slot_suffix is deprecated
|
|
setprop ro.boot.slot_suffix _${ro.boot.slot}
|
|
|
|
on property:init.svc.fps_hal=running && property:ro.boot.revision=rev_0
|
|
stop fps_hal
|
|
|
|
on property:sys.all.modules.ready=1
|
|
# Update touch firmware if required
|
|
write /sys/devices/virtual/input/ftm4_touch/check_fw 1
|