Revert "Revert "16KB: zuma: Move copy_efs_file_to_data script to..."

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

Bug: 383151792
Flag: EXEMPT bugfix
Change-Id: I71d98015c530fe51f9bae2ef2907baa1d3fd657e
This commit is contained in:
Vilas Bhat 2025-01-16 17:01:13 -08:00
parent 6c5315280f
commit 45d085874d
3 changed files with 1 additions and 52 deletions

View file

@ -41,14 +41,3 @@ sh_binary {
vendor: true,
sub_dir: "hw",
}
// Filesystem: Copy efs/efs_backup/modem_userdata to /data partition
// so that they can be accessed under 16K mode. By default, these partitions
// are 4K F2FS , which can't be mounted under 16K mode.
// (b/293313353)
sh_binary {
name: "copy_efs_files_to_data",
src: "copy_efs_files_to_data.sh",
vendor: true,
}