Skip to content

Instantly share code, notes, and snippets.

@lzzy12
Last active December 29, 2018 08:46
Show Gist options
  • Save lzzy12/93ff111f5c5a831d3b4a5ebe3d42842e to your computer and use it in GitHub Desktop.
Save lzzy12/93ff111f5c5a831d3b4a5ebe3d42842e to your computer and use it in GitHub Desktop.
#Setting up ccache with AOSP sources
export USE_CCACHE=1
export CCACHE_DIR=~/.ccache
prebuilts/misc/linux-x86/ccache/ccache -M 50G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment