0

Fix the build bot by removing the flag for Android

Remove the cflag '-Wno-tautological-constant-out-of-range-compare' for Android

BUG=157026


Review URL: https://chromiumcodereview.appspot.com/11231048

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163400 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
michaelbai@chromium.org
2012-10-22 22:06:20 +00:00
parent 0ae97590d6
commit 9ef3185b45

@ -2523,6 +2523,13 @@
'-mfpmath=sse',
],
}],
['OS=="android"', {
'cflags!': [
# Clang ARM does not support the following option.
# TODO: Add this flag back http://crbug.com/157195.
'-Wno-tautological-constant-out-of-range-compare',
]
}],
['clang==1 and clang_use_chrome_plugins==1', {
'cflags': [
'<@(clang_chrome_plugins_flags)',