aboutsummaryrefslogtreecommitdiff
path: root/src/source/building.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/source/building.md')
-rw-r--r--src/source/building.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/source/building.md b/src/source/building.md
index b4631716..e2de0120 100644
--- a/src/source/building.md
+++ b/src/source/building.md
@@ -105,14 +105,19 @@ In the root of the source tree, do the following:
$ export USE_CCACHE=1
$ export CCACHE_DIR=/<path_of_your_choice>/.ccache
- $ prebuilt/linux-x86/ccache/ccache -M 20G
+ $ prebuilts/misc/linux-x86/ccache/ccache -M 50G
+
+The suggested cache size is 50-100G.
You can watch ccache being used by doing the following:
- $ watch -n1 -d prebuilt/linux-x86/ccache/ccache -s
+ $ watch -n1 -d prebuilts/misc/linux-x86/ccache/ccache -s
On OSX, you should replace `linux-x86` with `darwin-x86`.
+When using Ice Cream Sandwich (4.0.x) or older, you should replace
+`prebuilts/misc` with `prebuilt`.
+
# Troubleshooting Common Build Errors #
## Wrong Java Version ##