Skip to content

nsytechno/android_vendor_dot

 
 

Repository files navigation

Getting Started with making tree for dotOS from LOS

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/DotOS/manifest.git -b dot-n

Then to sync up:

repo sync  -f --force-sync --no-clone-bundle

Additionally, you can define the number of parallel download repo should do:

repo sync -f -jX --force-sync --no-clone-bundle    ( X is the number of parallel download repo should do choose depending on your cpu )

To create tree:

get a los based tree and open vendorsetup.sh ,lineage.mk and AndroidProducts.mk (if there) and rename all "liniage" or "cm" with "dot"

To compile the rom :

. build/envsetup.sh (choose your preference there )

lunch dot_$codename

brunch $codename

Join our Telegram Channel and our Telegram group

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 30.6%
  • Shell 22.9%
  • JavaScript 21.8%
  • Makefile 10.6%
  • C# 7.5%
  • Python 5.1%
  • C++ 1.5%