Build a ROM for your Device!

If you already have these:

  • A linux Environment (Recommended : Ubuntu 20.04 LTS)
  • A decent Internet Connection.
  • RAM: 8 GB BARE Minimum (+ ZRAM + SWAP optional)
  •  RECOMMENDED to have 16 Gigs (I've come to the conclusion that 8core /8Gigs SUCKS)
    
  • CPU: 8 thread is the bare minimum or else it takes an eternity to build
  • Storage: SSD is better and it will build if you have HDD too.. 250GB is a decent amount of space
  • Some "NOT_A_RETARD" Linux knowledge and Basic ideas about Git.
  • You need to have the TREES.. ( Device Tree , Kernel Tree {Or use a prebuilt one - not recommended} , Vendor Tree {And A Common Tree if available})
  • A GitHub Account or a GitLab account! (Preferably with the trees forked/imported)

*Yaay! You're ready to build

Steps:

  1. Set Up a Build Environment
  2. Downloading a ROM Source
  3. Know your Device sources aka Tree
  4. Basic Bringup and Sync device source
  5. Lets build it!