Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 689 Bytes

File metadata and controls

28 lines (20 loc) · 689 Bytes

banner

ClownUI

Getting Started


To get started with the ClownUI sources, you'll need to get familiar with Git and Repo.

To initialize your local repository, use command:

repo init -u https://github.com/ClownUI/android_manifest.git -b vic --git-lfs

Then sync up:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune

Build our source

. build/envsetup.sh
lunch clown_$devicecodename-userdebug
make clown -j$(nproc --all) | tee log.txt