Skip to content

ArrowOS-Revived/android_vendor_arrow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 55.7%
  • Python 21.2%
  • Shell 9.1%
  • C++ 6.9%
  • Go 5.4%
  • C 1.7%