DOSP ( Desi Open Source Project ) is an AOSP based rom which provides Customized UI with various customizations features. The project has been made with help of various commits from various other projects like (LineageOS/CyanogenMOD, AOSiP, DirtyUnicorns, Pure Nexus, Aosp Extended). We will constantly try to add more features and make it even better in future updates. Thanks for being the part of our family. #TeamDOSP
To get started with the DOSP-OS sources, you'll need to get familiar with Git and Repo.
repo init -u https://github.com/DOSP-project/manifest.git -b o8x
repo init --depth=1 -u https://github.com/DOSP-project/manifest.git -b o8x
repo sync --force-sync --force-broken --no-clone-bundle --no-tags -jx ( here "x" is the number of threads )
. build/envsetup.sh
lunch dosp_<device>-userdebug
mka desi (or) make desi