A "simple" script that you can use to build OrangeFox Recovery Project without losing time exporting OF specific variables
-
Build OrangeFox without losing time doing ". build/envsetup.sh" and "lunch codename" or changing manually release version
-
Help you with exporting OF specific variables
-
Organize device-specific variables in different files (called ofconfigs, similar to Linux defconfig), without touching the script
-
Generate device-specific variables step-by-step, helping you what to choose
-
When build is done, you can release file directly to a Telegram channel or group
-
Clone this repo to the root of OrangeFox sources
-
Give to scripts executing permissions
-
Create a file containing device-specific variables and put it in
OF_ROOT/configs/CODENAME_ofconfig
Example for whyred:
OF_ROOT/configs/whyred_ofconfig
See other ofconfigs for reference
- Run the script with
./orangefox_build.sh
You can contribute by pull requesting ofconfigs to create a large database of config files, to help people that want to build OrangeFox for their devices without remaking them