Index: gyp/opts.gyp |
diff --git a/gyp/opts.gyp b/gyp/opts.gyp |
index 83dfe14b049b86c28ba28bcb3d72b5743f571c97..9fe4023ea621f51b5e9870c0b696966a9f04f428 100644 |
--- a/gyp/opts.gyp |
+++ b/gyp/opts.gyp |
@@ -1,3 +1,4 @@ |
+# Gyp file for opts projects |
{ |
'targets': [ |
# Due to an unfortunate intersection of lameness between gcc and gyp, |
@@ -98,7 +99,9 @@ |
}], |
], |
}], |
- [ '(skia_arch_type == "mips") or (skia_arch_type == "arm" and arm_version < 7) or (skia_os == "ios")', { |
+ [ '(skia_arch_type == "mips") or (skia_arch_type == "arm" and arm_version < 7) \ |
+ or (skia_os == "ios") \ |
+ or (skia_os == "android" and skia_arch_type not in ["x86", "arm", "mips"])', { |
'sources': [ |
'../src/opts/SkBitmapProcState_opts_none.cpp', |
'../src/opts/SkBlitMask_opts_none.cpp', |