Android: disable static global initializers
authordigit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 10 Jan 2012 10:28:30 +0000 (10:28 +0000)
committerdigit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 10 Jan 2012 10:28:30 +0000 (10:28 +0000)
Review URL: http://codereview.appspot.com/5503066

git-svn-id: http://skia.googlecode.com/svn/trunk@2992 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_conditions.gypi

index cfdd4e8133cf1936c678b0bb7e47c0c088ded625..e18cbc1f43346f67c441d2797545c5a010a60426 100644 (file)
         'defines': [
           'SK_BUILD_FOR_ANDROID',
           'SK_BUILD_FOR_ANDROID_NDK',
+          'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
         ],
         'configurations': {
           'Debug': {