Skip to content
This repository was archived by the owner on Jul 29, 2023. It is now read-only.

Commit f5c0770

Browse files
committed
rename super group 'main' -> 'google_dynamic_partitions'
Signed-off-by: Bharat Dev Burman <[email protected]>
1 parent 5b19334 commit f5c0770

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

BoardConfig.mk

+7-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ TARGET_USES_UEFI := true
4242
TARGET_BOARD_PLATFORM := mt6833
4343

4444
# Kernel
45-
BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2 androidboot.selinux=permissive
45+
BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2
46+
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
4647
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
4748
BOARD_KERNEL_BASE := 0x40078000
4849
BOARD_KERNEL_OFFSET := 0x00008000
@@ -119,9 +120,10 @@ TARGET_USES_MKE2FS := true
119120

120121
# Dynamic Partitions
121122
BOARD_SUPER_PARTITION_SIZE := 10737418240
122-
BOARD_SUPER_PARTITION_GROUPS := main
123-
BOARD_MAIN_SIZE := 10737410048
124-
BOARD_MAIN_PARTITION_LIST := system vendor product odm
123+
BOARD_SUPER_PARTITION_GROUPS := google_dynamic_partitions
124+
BOARD_GOOGLE_DYNAMIC_PARTITIONS_SIZE := 10737410048
125+
BOARD_GOOGLE_DYNAMIC_PARTITIONS_LIST := \
126+
system vendor product odm
125127

126128
BOARD_SUPPRESS_SECURE_ERASE := true
127129

@@ -149,8 +151,8 @@ TW_MAX_BRIGHTNESS := 4095
149151
TW_DEFAULT_BRIGHTNESS := 1024 # 25%
150152
TW_EXCLUDE_DEFAULT_USB_INIT := true
151153
TW_NO_SCREEN_BLANK := true
152-
153154
TW_EXCLUDE_TWRPAPP := true
155+
154156
TW_INCLUDE_CRYPTO := true
155157
TW_INCLUDE_CRYPTO_FBE := true
156158
TW_INCLUDE_FBE_METADATA_DECRYPT := true

0 commit comments

Comments
 (0)