- Around 100G disk space.
- A computer with at least 16GB RAM running Linux (recommended) or MacOS.
- Build environment setup.
mkdir wings
cd wings
repo init -u https://github.com/ProjectWings/android_manifest -b ursa --git-lfs
repo sync -c --no-clone-bundle --optimized-fetch --prune --force-sync -j$(nproc --all)
Once the source is downloaded/synced, prepare your device trees, dependencies and start the build by the following commands
source build/envsetup.sh
lunch wings_<devicecodename>-usertype
make bacon -j$(nproc --all)
To get help with build errors, please visit Android Building Help.