Skip to content

Commit

Permalink
Merge branch 'YudhoPatrianto:14-pbrp' into android-12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YudhoPatrianto authored Sep 5, 2024
2 parents a6000fc + 3604024 commit 3d4a90d
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ TARGET_NO_BOOTLOADER := true
TARGET_SCREEN_DENSITY := 440

# Kernel
BOARD_KERNEL_CMDLINE := \
bootopt=64S3,32N2,64N2 \
androidboot.force_normal_boot=1 \
loop.max_part=7 \
androidboot.init_fatal_reboot_target=recovery \
androidboot.selinux=permissive
BOARD_BOOTIMG_HEADER_VERSION := 2
BOARD_KERNEL_BASE := 0x40078000
BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2
BOARD_KERNEL_CMDLINE += androidboot.force_normal_boot=1
BOARD_KERNEL_PAGESIZE := 2048
BOARD_RAMDISK_OFFSET := 0x07c08000
BOARD_KERNEL_TAGS_OFFSET := 0x0bc08000
Expand Down Expand Up @@ -137,6 +141,7 @@ TW_USE_TOOLBOX := true
TW_INCLUDE_REPACKTOOLS := true
TW_FRAMERATE := 90
TW_EXCLUDE_APEX := true
TW_HAS_NO_RECOVERY_PARTITION := true

# Brightness Screen
TW_NO_SCREEN_BLANK := true
Expand Down Expand Up @@ -182,18 +187,17 @@ TW_PREPARE_DATA_MEDIA_EARLY := true
# Treble
PB_DISABLE_DEFAULT_TREBLE_COMP := true

# DM Verity
PB_DISABLE_DEFAULT_DM_VERITY := false

# Maintainer Flags
MAINTAINER := 'YudhoPatrianto'

# Libresetprop & resetprop
TW_INCLUDE_LIBRESETPROP := true
TW_INCLUDE_RESETPROP := true

# Handle /data/media
RECOVERY_SDCARD_ON_DATA := true
# Include BASH,NANO,Python
TW_INCLUDE_BASH := true
TW_INCLUDE_NANO := true
TW_INCLUDE_PYTHON := true

# Disable AVB2.0
PB_DISABLE_DEFAULT_PATCH_AVB2 := true
# Busybox
TW_USE_TOOLBOX := true

# Handle /data/media
RECOVERY_SDCARD_ON_DATA := true

0 comments on commit 3d4a90d

Please sign in to comment.