| commit | 220e5703bdf2a700c1e0065b33411be59c5484ea | [log] [tgz] |
|---|---|---|
| author | Morten Krogh-Jespersen <mkroghj@google.com> | Wed Feb 27 12:57:01 2019 +0100 |
| committer | Morten Krogh-Jespersen <mkroghj@google.com> | Wed Feb 27 12:57:01 2019 +0100 |
| tree | 4c680d1b0a4c21aef183430a14192c1361189ecb | |
| parent | 63a145963903e100b91c05440b17f766ac97f1f5 [diff] [blame] |
Add android_sdk to third_party to be used by golem when benchmarking Right now the runners cannot build the target because they are missing the android sdk. Change-Id: I5d8ba65e1b1090628957c7285dc26edb2bd69e67
diff --git a/tools/golem.py b/tools/golem.py index a535133..6552145 100755 --- a/tools/golem.py +++ b/tools/golem.py
@@ -9,6 +9,7 @@ LINKED_THIRD_PARTY_DIRECTORIES = [ 'android_jar', + 'android_sdk', 'benchmarks', 'framework', 'gmail',