Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.92 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.92 KB

RevengeOS

Credits:


Warning:

The ROM is still in alpha stage. Reach us on Telegram in order to report any compilation issue / bug.

Getting Started:

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 https://github.com/RevengeOS/android_manifest -b r11.0

Then to sync up:

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

Finally to build:

From root directory of Project, perform following commands in terminal

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

Report build issues

Maintain Officially

  • If you're building RevengeOS for an unofficial device and would like to make it official, Check out the link below.
  • Click here for more info

Some Links:-