# Initialize local repository
repo init -u https://github.com/ProjectStreak/platform_manifest -b twelve.one
# Sync
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)# Set up environment
$ . build/envsetup.sh
# Choose a target
$ lunch streak_$device-userdebug
# Build the code
$ mka bacon -jX