Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 970 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 970 Bytes

OrangeFox Action Builder

Compile your first custom recovery from OrangeFox Recovery using Github Action.

How to Use

  1. Fork this repository.

  2. Go to Action tab > All workflows > OrangeFox - Build > Run workflow, then fill all the required information:

  • MANIFEST_BRANCH (14 only)
  • DEVICE_TREE (Your device tree repository link.)
  • DEVICE_TREE_BRANCH (Your device tree repository branch.)
  • DEVICE_PATH (device/vendor/codename)
  • DEVICE_NAME (Your device codename)
  • BUILD_TARGET (boot, recovery, vendorboot)

Note

  • This action will now only support manifest 14 only, since all orangefox manifest below 11.0, 12.1 are considered obsolete.
  • Make sure your tree uses right variable (updated vars) from OrangeFox; fox_11.0 and fox_12.1, to avoid build erros.