Skip to content

Commit

Permalink
charlotte: Mount system partition to /system_root and /system
Browse files Browse the repository at this point in the history
to fix flashing gapps

Change-Id: I3dc124707a1868b36d5f650850caf6c98f128c69
  • Loading branch information
pavlaras committed Jun 20, 2019
1 parent cd484fb commit 675daeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recovery.fstab
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/odm ext4 /dev/block/platform/ff3c0000.ufs/by-name/odm flags=display="ODM";backup=1
/data f2fs /dev/block/platform/ff3c0000.ufs/by-name/userdata flags=display="Data";backup=1;length=-16384;fileencryption=aes-256-xts:aes-256-cts;encryptable=/dev/block/platform/ff3c0000.ufs/by-name/encrypt
/system ext4 /dev/block/platform/ff3c0000.ufs/by-name/system flags=display="System";backup=1
/system_root ext4 /dev/block/platform/ff3c0000.ufs/by-name/system flags=display="System";backup=0
/system_image emmc /dev/block/platform/ff3c0000.ufs/by-name/system flags=display="System image";backup=1
/vendor ext4 /dev/block/platform/ff3c0000.ufs/by-name/vendor flags=display="Vendor";backup=1
/vendor_image emmc /dev/block/platform/ff3c0000.ufs/by-name/vendor flags=display="Vendor image";backup=1
Expand Down

0 comments on commit 675daeb

Please sign in to comment.