Determine the version of GCC being used for Android builds.

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@142390 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
peter@chromium.org 2012-06-15 14:46:18 +00:00
Родитель 6ae70267a5
Коммит 9e9df00c71
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -810,7 +810,7 @@
'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))', 'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))',
'conditions': [ 'conditions': [
['os_posix==1 and OS!="mac" and OS!="android"', { ['os_posix==1 and OS!="mac"', {
# This will set gcc_version to XY if you are running gcc X.Y.*. # This will set gcc_version to XY if you are running gcc X.Y.*.
# This is used to tweak build flags for gcc 4.4. # This is used to tweak build flags for gcc 4.4.
'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)',
@ -826,7 +826,7 @@
'linux_dump_symbols%': 1, 'linux_dump_symbols%': 1,
}], }],
], ],
}], # os_posix==1 and OS!="mac" and OS!="android" }],
['OS=="android"', { ['OS=="android"', {
# Location of Android NDK. # Location of Android NDK.
'variables': { 'variables': {