Skip to content

Instantly share code, notes, and snippets.

@keyakko
Last active June 18, 2019 09:41
Show Gist options
  • Save keyakko/f99cb45691baef9d068553032cb7cec1 to your computer and use it in GitHub Desktop.
Save keyakko/f99cb45691baef9d068553032cb7cec1 to your computer and use it in GitHub Desktop.
Lineage OS 16
#!/bin/zsh
export USE_CCACHE=1
export LC_ALL=C
repo init -u git://github.com/LineageOS/android.git -b lineage-16.0
repo sync -j8 --force-sync --no-clone-bundle
. build/envsetup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment