Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: tools/buildbot_spec.py

Issue 1306953006: Run Appurify bot in release mode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: revert changes to skia_android.gypi Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/android/apps/visualbench/build.gradle ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « platform_tools/android/apps/visualbench/build.gradle ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698