To get started with Android/ArfoxOS, you'll need to get familiar with Source Control Tools.
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
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)
