koen01 / android_vendor_arrow

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

Establishing a Build Environment

To initialize your local repository, use command:

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

Then sync up:

    repo sync  -f --force-sync --no-clone-bundle -jX

Where X is the thread your CPU can handle.

For building instructions, please check :

How to Compile ArrowOS from source for your Android Device

To apply for maintainership, please check :

Apply for Official Maintainership

About


Languages

Language:Makefile 39.7%Language:Shell 23.6%Language:Python 21.6%Language:C++ 6.8%Language:Go 6.5%Language:C 1.7%