fstab.zumapro.in is splitted in 2 files:
- One file will contain all the partitions that do not use f2fs fs.
- One file will contain all the partitions that use f2fs fs.
This will allow in the future to configure /data and /metadata
with ext4 fs.
Bug: 356425337
Test: $ source build/envsetup.sh
$ lunch [zumapro]-trunk_staging-userdebug
$ m
$ ./vendor/google/tools/flashall -w
Flag: EXEMPT bugfix
Change-Id: I6923fdefadf9299df44e2ba550d5af10446e8a20
Without disk encryption, adb remount flow does not work.
Fix adb remount by enabling sw-based disk encryption
Bug: 286338055
Test: adb remount on local build
Change-Id: I4317be694bed083c56ef362f2c41ce6f99a1d4ca
Signed-off-by: Randall Huang <huangrandall@google.com>