Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.58 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.58 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/Octavi-Broken-Lab/android_manifest -b wip

Then to sync up:

repo sync -c -f --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

. build/envsetup.sh
lunch octavi_<devicecodename>-userdebug
brunch octavi_<devicecodename>-userdebug

Credits: