Back to Docs
Build Flags
Custom flags to configure PBRP for your specific device tree in BoardConfig.mk.
Official Build
RECOMMENDEDMarks the build as an Official release. This affects versioning string and branding.
PB_OFFICIAL := true
Disable Default DM-Verity
OPTIONALDisables dm-verity checks by default. useful for devices that fail to boot after modification.
PB_DISABLE_DEFAULT_DM_VERITY := true
Custom Torch Path
DEVICE SPECIFICIf the flashlight toggle doesn't work, you may need to specify the correct sysfs path.
PB_TORCH_PATH := /sys/class/leds/flashlight
PBRP GO Support
DEPRECATEDWas used for low-memory devices. Removed in PBRP 3.0.0+.
PB_GO := TRUE
Home