summaryrefslogtreecommitdiff
path: root/opts.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'opts.gyp')
-rw-r--r--opts.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/opts.gyp b/opts.gyp
index 83dfe14..9fe4023 100644
--- a/opts.gyp
+++ b/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',