# Initialize local repository
repo init -u https://github.com/pe-gm/manifest -b thirteen
# Lazy
repo init --depth=1 -u https://github.com/pe-gm/manifest -b thirteen
# Sync
repo sync -c -j$(nproc --all) --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 -jX
Patches are always welcome! Please submit your patches to our Gerrit.