Index: gyp/common.gypi |
diff --git a/gyp/common.gypi b/gyp/common.gypi |
index 2a5bbd493e216bdd6009e8c58857076c3265a8d7..fe268c47a9c4e2f1cc5382a503440d3e19dc29a7 100644 |
--- a/gyp/common.gypi |
+++ b/gyp/common.gypi |
@@ -88,7 +88,11 @@ |
], |
}, |
], |
- [ 'skia_android_framework==0', { |
+ [ 'skia_android_framework', { |
+ 'defines!': [ |
+ 'SK_SCALAR_TO_FLOAT_EXCLUDED', |
+ ], |
+ }, { |
# These defines are not used for skia_android_framework, where we build |
# one makefile and allow someone to add SK_DEBUG etc for their own |
# debugging purposes. |