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
This commit is contained in:
Juan Yescas 2024-08-05 14:16:05 -07:00
parent d20d618ee6
commit ece41241bc
3 changed files with 17 additions and 12 deletions

View file

@ -25,6 +25,8 @@ package {
filegroup {
name: "fstab.zumapro.common",
srcs: ["fstab.zumapro.common"],
srcs: ["fstab.ro.system",
"fstab.zumapro.common"
],
}