Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,319 Commits
 
 
 
 
 
 
 
 

Repository files navigation

banner

Getting started

To get started with Android/ArfoxOS, you'll need to get familiar with Source Control Tools.

Sync sources

To initialize your local repository using the ArfoxOS trees, use a command like this:

repo init -u https://github.com/ArfoxOS/android_manifest -b 16 --git-lfs

Then to sync up:

repo sync

Building

To start building, you should set first the target

lunch arfox_{devicename}-bp1a-{variant}
  • devicename is the device name (lemonadep, Pong, munch...)
  • variant is the type of build (eng, user, userdebug)

Then we can start the build

make berries -j$(nproc)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages