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