Skip to content

Latest commit

History

1,325 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors