Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 932 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 932 Bytes

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