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:
Родитель
6ae70267a5
Коммит
9e9df00c71
|
@ -810,7 +810,7 @@
|
|||
'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))',
|
||||
|
||||
'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 is used to tweak build flags for gcc 4.4.
|
||||
'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)',
|
||||
|
@ -826,7 +826,7 @@
|
|||
'linux_dump_symbols%': 1,
|
||||
}],
|
||||
],
|
||||
}], # os_posix==1 and OS!="mac" and OS!="android"
|
||||
}],
|
||||
['OS=="android"', {
|
||||
# Location of Android NDK.
|
||||
'variables': {
|
||||
|
|
Загрузка…
Ссылка в новой задаче