Build the ROM!

To get started with the building process, you'll need to get familiar with Git and Repo.

Initialize your local repository using this command:

repo init -u https://github.com/RevengeOS/android_manifest -b r11.0

Sync the ROM sources using this command:

repo sync -c --force-sync --no-tags --no-clone-bundle -j$(nproc --all) --optimized-fetch --prune

Initiate build:

source build/envsetup.sh
lunch revengeos_<devicecodename>-user
make bacon

Report build issues

Maintain officially

  • Make sure your unofficial builds are fully stable and then proceed ahead. Tap here.

Links:

Credits: