A fork of Lineage with QoL Additions ❤️
Prior to building, you will need basic knowledge of Git.
- Around 100G disk space.
- A computer with at least 16GB RAM running Linux (recommended) or MacOS.
- Build environment setup.
- Run the following commands to sync source
repo init -u https://github.com/ReveraUI/android_manifest -b thirteen --git-lfs
- To sync source, enter
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
- Once the source is downloaded/synced, prepare your device trees, dependencies and start the build by the following commands
. build/envsetup.sh
lunch lineage_devicecodename-buildtype
m bacon -j$(nproc --all)
To get help with build errors, please visit Android Building Help.