Skip to content

DesiOS/Desi_Goodness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOSP logo

DOSP-OS (The Desi OS)

Getting Started

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

Initialize the Repositories

    repo init -u https://github.com/DesiOS/Desi_Goodness.git -b nougat

Initialize the Repositories with reduced download size

    repo init --depth=1 -u https://github.com/DesiOS/Desi_Goodness.git -b nougat

Then to sync up:

    repo sync --force-sync --force-broken --no-clone-bundle -jxx (Ur Choice)

Finally to build:

    . build/envsetup.sh
     lunch desi_<device>-userdebug
     mka desi

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published