| Index: tools/buildbot_spec.py
|
| diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
|
| index e9498decdb58140379a4297b8c0900adf7e0d5b6..b379366973c4061a989da964f8c0d7a2ee036ac9 100755
|
| --- a/tools/buildbot_spec.py
|
| +++ b/tools/buildbot_spec.py
|
| @@ -163,12 +163,6 @@ def get_extra_env_vars(builder_dict):
|
| env['CC'] = '/usr/bin/clang'
|
| env['CXX'] = '/usr/bin/clang++'
|
|
|
| - # Force Debug mode for Appurify bots so that we don't have to sign the test
|
| - # APK.
|
| - # TODO(borenet): Remove this once able.
|
| - if builder_dict.get('extra_config') == 'Appurify':
|
| - env['BUILDTYPE'] = CONFIG_DEBUG
|
| -
|
| return env
|
|
|
|
|
|
|