Revert "16KB: zumapro: Move copy_efs_file_to_data script to gs-c..."
Revert submission 31155502-move_copy_efs_script Reason for revert: Droidmonitor created revert due to b/390502519. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:31155502-move_copy_efs_script Change-Id: Ic090ed513bffba5abcea6e56194af71c41e880b2
This commit is contained in:
parent
571ff2a4b3
commit
34e1162d09
3 changed files with 50 additions and 1 deletions
10
Android.bp
10
Android.bp
|
@ -41,3 +41,13 @@ 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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue