Fix Android x86 release official build.
Android toolchain linker does not support --no-keep-files-mapped flag. Add a gyp condition to disable this flag for Android. BUG=177400 Review URL: https://chromiumcodereview.appspot.com/12317040 git-svn-id: http://src.chromium.org/svn/trunk/src/build@183828 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
cb9af5bbd1
Коммит
d63f62a841
|
@ -2894,7 +2894,7 @@
|
|||
['linux_dump_symbols==1', {
|
||||
'cflags': [ '-g' ],
|
||||
'conditions': [
|
||||
['target_arch=="ia32"', {
|
||||
['target_arch=="ia32" and OS!="android"', {
|
||||
'target_conditions': [
|
||||
['_toolset=="target"', {
|
||||
'ldflags': [
|
||||
|
|
Загрузка…
Ссылка в новой задаче