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

Commit

Permalink
rename super group 'main' -> 'google_dynamic_partitions'
Browse files Browse the repository at this point in the history
Signed-off-by: Bharat Dev Burman <bharat.singh7924@gmail.com>
  • Loading branch information
crazo7924 committed Dec 29, 2021
1 parent 5b19334 commit f5c0770
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ TARGET_USES_UEFI := true
TARGET_BOARD_PLATFORM := mt6833

# Kernel
BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2 androidboot.selinux=permissive
BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_BASE := 0x40078000
BOARD_KERNEL_OFFSET := 0x00008000
Expand Down Expand Up @@ -119,9 +120,10 @@ TARGET_USES_MKE2FS := true

# Dynamic Partitions
BOARD_SUPER_PARTITION_SIZE := 10737418240
BOARD_SUPER_PARTITION_GROUPS := main
BOARD_MAIN_SIZE := 10737410048
BOARD_MAIN_PARTITION_LIST := system vendor product odm
BOARD_SUPER_PARTITION_GROUPS := google_dynamic_partitions
BOARD_GOOGLE_DYNAMIC_PARTITIONS_SIZE := 10737410048
BOARD_GOOGLE_DYNAMIC_PARTITIONS_LIST := \
system vendor product odm

BOARD_SUPPRESS_SECURE_ERASE := true

Expand Down Expand Up @@ -149,8 +151,8 @@ TW_MAX_BRIGHTNESS := 4095
TW_DEFAULT_BRIGHTNESS := 1024 # 25%
TW_EXCLUDE_DEFAULT_USB_INIT := true
TW_NO_SCREEN_BLANK := true

TW_EXCLUDE_TWRPAPP := true

TW_INCLUDE_CRYPTO := true
TW_INCLUDE_CRYPTO_FBE := true
TW_INCLUDE_FBE_METADATA_DECRYPT := true
Expand Down

0 comments on commit f5c0770

Please sign in to comment.