This section provides custom PBRP Build Flags that can be used while building for devices.
Add these flags at the bottom of BoardConfig.mk file.
Please refer to https://pitchblackrecovery.com/docs-category/how-to/ for more info.
Builders/Maintainers can add their Name and/or Contact info inside PBRP's About section itself. Fancy, right?
MAINTAINER := "Short Name and/or Telegram Id"
# MAINTAINER := "Rokib Hasan @fr3akyphantom" # Example, keep it shortdm-verity is enabled by default in PBRP, this build flag disables that by default.
PB_DISABLE_DEFAULT_DM_VERITY := truePB_DISABLE_DEFAULT_TREBLE_COMP := truePB_DISABLE_DEFAULT_PATCH_AVB2 := trueThere are many old devices (like legacy MTK devices) which follow traditional approach to flash recovery which can cause issues while flashing. This is a EXPERIMENTAL flag, enable only if u are facing the same kind of issue.
PB_FORCE_DD_FLASH := TRUEFor Specific Device Source path in PBRP, use this flag.
PB_TORCH_PATH := /sys/class/leds/flashlight