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:
parent
d20d618ee6
commit
ece41241bc
3 changed files with 17 additions and 12 deletions
|
@ -25,6 +25,8 @@ package {
|
|||
|
||||
filegroup {
|
||||
name: "fstab.zumapro.common",
|
||||
srcs: ["fstab.zumapro.common"],
|
||||
srcs: ["fstab.ro.system",
|
||||
"fstab.zumapro.common"
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue