mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
The ufs script is to work for ffu preparing. If device's ufs has an old firmware, the script will copy the valid firmware into disk and wait for ffu update on bootloader. Bug: 273305212 Test: full build and test ffu update Change-Id: Ic5069561b67e2773cd87edb31bfa3d682867b838 Signed-off-by: Leo Liou <leoliou@google.com>
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
on property:sys.boot_completed=1
|
|
# Copy ufs firmware to disk
|
|
start ufs_firmware_update
|
|
|
|
service ufs_firmware_update /vendor/bin/ufs_firmware_update.sh
|
|
disabled
|
|
oneshot
|