|
|
@@ -62,9 +62,9 @@ OrangeFox Recovery was originally designed for Xiaomi Redmi Note 4X Snapdragon (
|
|
|
## Parameter Description
|
|
|
| Name | Description | Example |
|
|
|
| ------------ | -------------------- | ------------ |
|
|
|
-| `MANIFEST_BRANCH` | Source branch | twrp-14 |
|
|
|
+| `MANIFEST_BRANCH` | Source branch | OrangeFox-12.1 |
|
|
|
| `DEVICE_TREE_URL` | Device tree address | https://github.com/kinguser981/android_device_samsung_a05s.git |
|
|
|
-| `DEVICE_TREE_BRANCH` | Device branch that you want to use for build (typically corresponds to the manifest branch) | android-14.0 |
|
|
|
+| `DEVICE_TREE_BRANCH` | Device branch that you want to use for build (typically corresponds to the manifest branch) | android-12.1 |
|
|
|
| `DEVICE_PATH` | Device tree location for syncing, relative to workspace root (usually listed as "LOCAL_PATH" or "DEVICE_PATH" in BoardConfig.mk) | device/samsung/a05s |
|
|
|
| `DEVICE_NAME` | Model name (same as twrp_`<DEVICE_NAME>`.mk from device tree) | a05s |
|
|
|
| `DEVICE_MAKEFILE` | Name of device-specific makefile from tree (format: `<PREFIX>_<DEVICE_NAME>`) | twrp_a05s
|