RevengeOS / android_manifest

Time to make some Revenge
46 stars 22 forks source link

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

Links:

Credits: