Chromium Code Reviews| Index: tools/gyp/configurations_android.gypi |
| =================================================================== |
| --- tools/gyp/configurations_android.gypi (revision 27268) |
| +++ tools/gyp/configurations_android.gypi (working copy) |
| @@ -33,7 +33,7 @@ |
| 'android_build_type%': '<(android_build_type)', |
| 'OS': 'android', |
| - 'android_target_arch' : 'x86', |
| + 'android_target_arch%' : 'x86', |
|
Ivan Posva
2013/09/13 22:08:38
Shouldn't we set the default for Android targets t
zra
2013/09/13 23:28:47
Changed to arm.
|
| }, # variables |
| 'target_defaults': { |
| 'defines': [ |