From 65795e4d30d2c58cc4be554ee3568b2a88782b31 Mon Sep 17 00:00:00 2001 From: Captain Throwback Date: Fri, 23 Feb 2024 17:50:48 -0500 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51363dd0f..8021265b7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Supports TWRP, OrangeFox, PBRP & SHRP compilation and production ## Release Notes ``` += 2024-02-23 +- [OrangeFox] Add input field for additional/optional flags +- [OrangeFox] Add fixes for some unique device trees + = 2024-02-17 - Add PBRP support - Add SHRP support @@ -85,6 +89,7 @@ Supports TWRP, OrangeFox, PBRP & SHRP compilation and production | `REPOPICK_PATCHES` | (Optional) Gerrit patches to include in build (space separated) - if you don't know what this means, then leave blank | 1245 1437 | | `BUILD_TARGET` | Build Target Partition (boot/recovery/vendor_boot) | recovery | | `RECOVERY_INSTALLER` | Include recovery installer zip | no | +| `OPTIONAL_FLAGS` | Additional/custom build commands should be entered here | export FOX_VIRTUAL_AB_DEVICE=1 | -----