| Index: scripts/slave/recipes/android/perf.py
|
| diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
|
| index eb8227a113f6f35a162b50dfa3f22ad1e328a0e6..f173fc85ff21a09f6378e720ac19fe1538087c6d 100644
|
| --- a/scripts/slave/recipes/android/perf.py
|
| +++ b/scripts/slave/recipes/android/perf.py
|
| @@ -62,7 +62,7 @@ def GenSteps(api):
|
| REPO_URL=REPO_URL,
|
| INTERNAL=False,
|
| BUILD_CONFIG='Release')
|
| - api.gclient.set_config('android_shared')
|
| + api.gclient.set_config('perf')
|
| api.gclient.apply_config('android')
|
|
|
| yield api.bot_update.ensure_checkout()
|
|
|