# Initialize local repository
repo init -u https://github.com/i-o-n/manifest -b ten
# Sync
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
# Set-up environment
$ . build/envsetup.sh
# Choose a target
$ lunch ion_$device-userdebug
# Build the code
$ mka bacon -j$(nproc --all)