Fix noisy Android build

Review URL: https://codereview.appspot.com/6488107

git-svn-id: http://skia.googlecode.com/svn/trunk@5503 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
borenet@google.com 2012-09-11 21:37:28 +00:00
parent 0d25eefd7a
commit c2dd3d4109
2 changed files with 5 additions and 2 deletions

View File

@ -229,7 +229,6 @@
'defines': [
'SK_BUILD_FOR_ANDROID',
'SK_BUILD_FOR_ANDROID_NDK',
'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
],
'configurations': {
'Debug': {

View File

@ -62,6 +62,11 @@
}, {
'skia_arch_width%': 32,
}],
['skia_os == "android"', {
'skia_static_initializers%': 0,
}, {
'skia_static_initializers%': 1,
}],
],
'skia_scalar%': 'float',
@ -73,7 +78,6 @@
'android_make_apk%': 1,
'skia_nacl%': 0,
'skia_gpu%': 1,
'skia_static_initializers%': 1,
},
# Re-define all variables defined within the level-2 'variables' dict,