diff options
author | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 13:45:44 +0000 |
---|---|---|
committer | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 13:45:44 +0000 |
commit | c03bedeb4925f36f93517652f6c85d6bd08c01f3 (patch) | |
tree | 309eda7887fef8a12baa55140c6078435f12a741 /build | |
parent | defb2a44f5f8d204098c59c62d8b91bb337c92a0 (diff) | |
download | chromium_src-c03bedeb4925f36f93517652f6c85d6bd08c01f3.zip chromium_src-c03bedeb4925f36f93517652f6c85d6bd08c01f3.tar.gz chromium_src-c03bedeb4925f36f93517652f6c85d6bd08c01f3.tar.bz2 |
[Android] Update Android WebView license checking tool.
Based on run results:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Android%20Builder/builds/3801/steps/Check%20licenses%20for%20WebView/logs/stdio
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10872061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/android/buildbot_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh index 4970da7..86f669c 100755 --- a/build/android/buildbot_functions.sh +++ b/build/android/buildbot_functions.sh @@ -312,7 +312,7 @@ function bb_check_webview_licenses { set +e cd "${SRC_ROOT}" python android_webview/tools/webview_licenses.py scan - local license_exit_code = $? + local license_exit_code=$? if [[ license_exit_code -ne 0 ]]; then echo "@@@STEP_FAILURE@@@" fi |