| commit | d89be74adaa9bf3b0f38916d9771e69f8a8beb6a | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Wed Sep 12 07:54:55 2018 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 12 07:54:55 2018 +0000 |
| tree | 8a4495d14fca91720ed4ee35defcf64d09bdfe69 | |
| parent | 779702a0d4f48f7b92e26c3f984eb26c0fda670b [diff] | |
| parent | 1c73786c4b67f750e2f995e28e8459fa5f096e7d [diff] |
Merge "Fix path to r8 third party on benchmarking setup"
diff --git a/tools/golem.py b/tools/golem.py index cda9875..c4c554a 100755 --- a/tools/golem.py +++ b/tools/golem.py
@@ -22,7 +22,7 @@ ] # Path to our internally updated third party -THIRD_PARTY_SOURCE = "/usr/local/google/home/golem/src/r8/third_party" +THIRD_PARTY_SOURCE = "/usr/local/google/home/golem/r8/third_party" def link_third_party(): assert os.path.exists('third_party')