An Android Operating System Based On AOSP.
- Around 500GB disk space.
- Around 32GB RAM running Linux.
repo init -u https://github.com/ProjectZenithAOSP/manifest.git -b 15-qpr1 --git-lfsgit lfs installrepo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)- Set up the build environment
source build/envsetup.sh- Lunch a target
lunch zenith_$devicecodename-userdebug- To start compiling
mka zenith -j$(nproc --all)-
And tons of other ROMs not mentioned above
