ghostrider-reborn / android_manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArrowOS

Getting Started

To get started with the ArrowOS sources, you'll need to get familiar with Git and Repo.

To initialize your local repository, use command:

repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-13.1

Then sync up:

repo sync

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed.

lunch arrow_devicecodename-buildtype

Start compilation

m otapackage

OR

m bacon

You can also refer to our detailed guides as listed below:

How to compile ArrowOS from source

How to submit patches to ArrowOS Gerrit

Apply for Maintainership OR Submit device for community builds

To check thread template refer HERE


ArrowOS Website | ArrowOS Blog


About