Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.45 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.45 KB

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: