Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.39 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.39 KB

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