Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit db3f078

Browse files
committed
[[ Bug 20033 ]] Ensure SkOpts_crc32 file is included in ARM builds
This patch ensures that the SkOpts_crc32 file is included when building for ARM.
1 parent 979b0dc commit db3f078

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

libskia/libskia.gyp

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,10 @@
207207
{
208208
'sources':
209209
[
210-
'<@(opts_armv7_arm64_srcs)',
210+
'<@(opts_armv7_arm64_srcs)',
211+
'<@(opts_crc32_srcs)',
211212
],
212213
},
213-
214-
'target_arch in ("arm64", "armv7 arm64")',
215-
{
216-
'sources':
217-
[
218-
'<@(opts_crc32_srcs)',
219-
],
220-
},
221214
],
222215
],
223216
},

0 commit comments

Comments
 (0)