An Android Operating System Based On AOSP.
- Around 500GB disk space.
- Around 32GB RAM running Linux.
repo init -u https://github.com/The-Clover-Project/manifest.git -b 16-qpr2 --git-lfsrepo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)-
Enable Blur Effects
TARGET_ENABLE_BLUR := true(Default value is false.)
-
Build Pixel Launcher
TARGET_INCLUDE_PIXEL_LAUNCHER := true(Default value is false.)
- Set up the build environment
source build/envsetup.sh- Lunch a target
lunch clover_$devicecodename-bp4a-userdebug- To start compiling
mka clover -j$(nproc --all)