Set no rtti option to avoid warnings on Android.

git-svn-id: http://skia.googlecode.com/svn/trunk@3905 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
djsollen@google.com 2012-05-11 13:29:32 +00:00
parent f21c704119
commit 39a7475179

View File

@ -81,6 +81,11 @@
},
'conditions': [
['OS!="win"', {'product_name': 'jpeg'}],
['OS=="android"', {
'cflags!': [
'-fno-rtti', # supresses warnings about invalid option of non-C++ code
],
}],
],
},
],