gs101: Enable system_dlkm dynamic partition
Set flags to enable system_dlkm dynamic partition for GKI Modules for gs101 devices. Partition will be empty as of now but this adds enough support to pass the vts for the feature. Bug: 222334390 Test: TH, manual build, flash and verification on 6Pro Full OTA Update test from S to T as below: 1. go/flash: git_sc-v2-release - SP2A.220405.004 (8233519) 2. Full ota build from tm-dev 3. Manual push full ota update and verify boot 4. Verify system_dlkm partition is present & mounted Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: I0b4038b100add965737527b72a8d5f905907e23e
This commit is contained in:
parent
9b97563405
commit
58893b442f
2 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
system /system ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_dlkm /system_dlkm ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
system_ext /system_ext ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
product /product ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,readahead_size_kb=128
|
||||
vendor /vendor ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_vendor,logical,first_stage_mount,readahead_size_kb=128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue