Update Android Release build to use -O3.


Author: djsollen@google.com

Reviewed By: borenet@google.com

Review URL: https://chromiumcodereview.appspot.com/12784006

git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8153 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/common_conditions.gypi b/common_conditions.gypi
index 673ed7d..df13425 100644
--- a/common_conditions.gypi
+++ b/common_conditions.gypi
@@ -306,7 +306,7 @@
             'cflags': ['-g']
           },
           'Release': {
-            'cflags': ['-O2'],
+            'cflags': ['-O3'],
             'defines': [ 'NDEBUG' ],
           },
         },