Skip to content

ctosp/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




CTOSP - Android Q


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

To initialize your local repository, use a command like this:-

repo init -u git://github.com/ctosp/manifest.git -b ten

To initialize a shallow clone, which will save even more space, use a command like this:-

repo init --depth=1 -u git://github.com/ctosp/manifest.git -b ten

Then to sync up:-

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

Start the build:-

. build/envsetup.sh
lunch ctosp_<devicecodename>-userdebug
mka bacon -jx

Credits:


Stay tune to Telegram

Releases

No releases published

Packages

No packages published