Merge "Add vendor_dlkm partition (2nd attempt)" into sc-dev am: b494fcea4d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13849595

Change-Id: I2e45b52b92e3c27fe190f3d2c929d1f952cad0e0
This commit is contained in:
Daniel Mentz 2021-03-15 19:01:42 +00:00 committed by Automerger Merge Worker
commit 2b09a4d4e1
2 changed files with 3 additions and 1 deletions

View file

@ -181,7 +181,8 @@ BOARD_GOOGLE_DYNAMIC_PARTITIONS_PARTITION_LIST := \
system \
system_ext \
product \
vendor
vendor \
vendor_dlkm
# Set error limit to BOARD_SUPER_PARTITON_SIZE - 500MB
BOARD_SUPER_PARTITION_ERROR_LIMIT := 8006926336

View file

@ -8,6 +8,7 @@ system /system
system_ext /system_ext ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
product /product ext4 ro,barrier=1 wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
vendor /vendor ext4 ro,barrier=1 wait,slotselect,avb=vbmeta,logical,first_stage_mount
vendor_dlkm /vendor_dlkm ext4 ro,barrier=1 wait,slotselect,avb=vbmeta,logical,first_stage_mount
/dev/block/platform/14700000.ufs/by-name/boot /boot emmc defaults slotselect,avb=boot,first_stage_mount
/dev/block/platform/14700000.ufs/by-name/efs /mnt/vendor/efs ext4 defaults,noatime,rw wait,check,formattable
/dev/block/platform/14700000.ufs/by-name/efs_backup /mnt/vendor/efs_backup ext4 defaults,noatime,rw wait,check,formattable