Skip to content

Commit

Permalink
BC: add custom dynamic partitions handling flags
Browse files Browse the repository at this point in the history
Signed-off-by: soulr344 <[email protected]>
  • Loading branch information
soulr344 committed Apr 4, 2021
1 parent b51bb0f commit 56d9ef8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,15 @@ PLATFORM_SECURITY_PATCH := 2021-04-01

BOARD_KERNEL_IMAGE_NAME := Image

# Dynamic Partition handling flags

IGNORE_UPDATE_LOGICAL_PARTITION_ERROR := true # Makes twrp ignore "unable to update logical partition" error
ALLOW_LOGICAL_PARTITION_WIPE := true # lets the dynamic partitions be wipable/resizable in twrp > wipe

# these dynamic partitions will get mounted as rw
BOARD_RW_DYNAMIC_PARTITIONS_LIST := \
system \
vendor \
product \
odm

0 comments on commit 56d9ef8

Please sign in to comment.