Commit graph

9 commits

Author SHA1 Message Date
Juan Yescas
ece41241bc Move the system read only partitions to fstab.ro.system
The system/vendor/product read only partitions will be moved
to fstab.ro.system file to easily identify them in the future.

Bug: 356425337
Test: $ source build/envsetup.sh
      $ lunch [zumapro]-trunk_staging-userdebug
      $ m
      $ ./vendor/google/tools/flashall -w
Flag: EXEMPT bugfix
Change-Id: I0402df991160e1fabdfdc5d4e4482320f671ae09
2024-08-05 14:27:20 -07:00
Juan Yescas
82e7a82825 16kb: Config rw filesystem based on TARGET_RW_FILE_SYSTEM_TYPE
The TARGET_RW_FILE_SYSTEM_TYPE will contain the rw filesystem
to use. The rw filesystem for the devices can be f2fs or ext4.

If TARGET_RW_FILE_SYSTEM_TYPE is not defined, the default
fs will be f2fs.

Bug: 356425337
Test: $ source build/envsetup.sh
      $ lunch [zumapro]-trunk_staging-userdebug
      $ m
      $ ./vendor/google/tools/flashall -w
Flag: EXEMPT bugfix
Change-Id: Ib087a06a98525ca449253dffce9df470a05432d3
2024-08-01 10:44:17 -07:00
Juan Yescas
41a4342d7c Revert "16kb: Split fstab.zumapro.in to have f2fs partitions in one file"
This reverts commit f2e81aefe0.

Reason for revert: Need approval from Pixel team
Bug: 356425337
Change-Id: I39958c586a114370354559780d7784d32aaa6901
2024-07-31 18:21:28 +00:00
Juan Yescas
f2e81aefe0 16kb: Split fstab.zumapro.in to have f2fs partitions in one file
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
2024-07-30 15:31:35 -07:00
Randall Huang
a6aaf08293 Enable hw-encrypt
Bug: 284231454
Test: tested on ripcurrent24
Change-Id: I7b2a2c7866dd76f71d0cce1e1d47b822e31d7e44
Signed-off-by: Randall Huang <huangrandall@google.com>
2023-07-10 14:42:17 +08:00
Randall Huang
7dc918c740 Restore sw-based disk encryption
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>
2023-06-29 13:38:16 +08:00
Robin Peng
63d759fd29 add fstab for zuma platform
Bug: 274823764
Change-Id: I121a1434a5e4eb764f07003a40a58926d6525932
2023-04-27 11:37:44 +00:00
Andrew Chant
d091e65638 Disable GSC/Trusty/UFS encryption for bringup
Get 6.1 to home again
Bug: 279647242

Change-Id: I89ecb49eb62df10e4bdae4911cb2bf9051d98f4b
2023-04-25 14:31:31 -07:00
Robin Peng
dec234f475 init zumapro from zuma sha 4daedb8feb4d4
Bug: 272725898
Change-Id: I1e1ab5d15e7f4b2b59e28f2e52e07cd7e12f25b3
2023-03-31 15:10:16 +00:00