Revert "Revert "16KB: zumapro: Move copy_efs_file_to_data script..."

Revert submission 31345232-revert-31155502-move_copy_efs_script-IXYVMGOHBR

Reason for revert: Re-submitting with fix for breaking target

Reverted changes: /q/submissionid:31345232-revert-31155502-move_copy_efs_script-IXYVMGOHBR

Change-Id: Ic262b24226cc4c8cc9a5c66a7d284422761caea3
Bug: 383151792
Flag: EXEMPT bugfix
This commit is contained in:
Vilas Bhat 2025-01-16 17:01:13 -08:00
parent 34e1162d09
commit 3e5659f25b
3 changed files with 1 additions and 50 deletions

View file

@ -41,13 +41,3 @@ sh_binary {
vendor: true,
sub_dir: "hw",
}
// Filesystem: Copy the content of the efs/efs_backup/modem_userdata/persist
// partitions to /data partition so that they can be accessed by 16kb kernels.
// By default, these partitions are F2FS formatted with 4kb block size,
// which can't be mounted by 16kb kernels.
sh_binary {
name: "copy_efs_files_to_data",
src: "copy_efs_files_to_data.sh",
vendor: true,
}