Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.09 KB

README.mkdn

File metadata and controls

65 lines (48 loc) · 2.09 KB


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/WrathOS/android_manifest -b ten

Then to sync up:

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

Finally to build:

From root directory of Project, perform following commands in terminal

. build/envsetup.sh
lunch wrath_<devicecodename>-userdebug
make bacon

Contributing

Crowdin

You can contribute to our project and translate it on Crowdin!

We are also welcome to see any pull requests!

Credits: