| Index: gyp/opts.gyp
|
| diff --git a/gyp/opts.gyp b/gyp/opts.gyp
|
| index b4fb6098818fefd343bcba23fb4430e436f543da..83a6da495ff335b60b5745f7642a4abe3f0fc8c7 100644
|
| --- a/gyp/opts.gyp
|
| +++ b/gyp/opts.gyp
|
| @@ -48,10 +48,8 @@
|
| }],
|
|
|
| [ '(skia_arch_type == "arm" and arm_version < 7) \
|
| - or (skia_os == "ios") \
|
| or (skia_os == "android" \
|
| - and skia_arch_type not in ["x86", "x86_64", "arm", "mips", \
|
| - "arm64"])', {
|
| + and skia_arch_type not in ["x86", "x86_64", "arm", "mips", "arm64"])', {
|
| 'sources': [ '<@(none_sources)' ],
|
| }],
|
|
|
|
|