An Android Operating System Based On AOSP.
- Around 500GB disk space.
- Around 32GB RAM running Linux.
repo init -u https://github.com/UltimateOS/manifest.git -b 14
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
- Set up the build environment
source build/envsetup.sh
- Lunch a target
lunch ultimate_$devicecodename-userdebug
- To start compiling
mka ultimate -j$(nproc --all)