From 2bb23ad4d2ded7b4f2376f4e1271f7987006ab3f Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Mon, 14 Nov 2016 17:16:08 -0800 Subject: [PATCH] Bazel docs: Clarify why the cache folder name includes 'buck' Change-Id: I75b9b3a6f5c5c19ebffbb4e88b0ea921dd1d7c7e Signed-off-by: Edwin Kempin --- Documentation/dev-bazel.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt index 4e598b04fa..2d51b5bc40 100644 --- a/Documentation/dev-bazel.txt +++ b/Documentation/dev-bazel.txt @@ -306,6 +306,9 @@ Note that the root `buck-cache` folder should not be deleted as it also contains the `downloaded-artifacts` directory, which holds the artifacts that got downloaded (not built locally). +[NOTE] When building with Bazel the artifacts are still cached in +`~/.gerritcodereview/buck-cache/`. This allows Bazel to make use of +libraries that were previously downloaded by Buck. == Known issues and bugs