Skip to content

The-Clover-Project/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

631 Commits
 
 
 
 
 
 
 
 

Repository files navigation

banner

The Clover Project | Android Open Source Software

An Android Operating System Based On AOSP.

Requirements

  • Around 500GB disk space.
  • Around 32GB RAM running Linux.

Sync our source

repo init -u https://github.com/The-Clover-Project/manifest.git -b 16-qpr2 --git-lfs
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Optional flags:

  • Enable Blur Effects

    TARGET_ENABLE_BLUR := true

    (Default value is false.)

  • Build Pixel Launcher

    TARGET_INCLUDE_PIXEL_LAUNCHER := true

    (Default value is false.)

Build our source

  • 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors