58499f053a
Signed-off-by: TanKanT97 <108915004+TanKanT97@users.noreply.github.com>
18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
# OrangeFox Builder (using action~) forked and edited for the building of OFR for Amazon Austin Devices
|
|
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 (`12.1` and `11.0`)
|
|
* 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 12.1 and 11.0, since all orangefox manifest below 11.0 are considered obsolete.
|
|
* Make sure your tree uses right variable (updated vars) from OrangeFox; [fox_11.0](https://gitlab.com/OrangeFox/vendor/recovery/-/blob/fox_11.0/orangefox_build_vars.txt) and [fox_12.1](https://gitlab.com/OrangeFox/vendor/recovery/-/blob/fox_12.1/orangefox_build_vars.txt), to avoid build errors.
|