Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions libskia/libskia.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
"src/opts/SkBlitRow_opts_arm_neon.cpp",
],

# TODO: This seems specific to ARM64 when SK_ARM_HAS_CRC32 is defined
# so we ignore for now.
'opts_crc32_srcs':
[
"src/opts/SkOpts_crc32.cpp",
Expand Down Expand Up @@ -212,6 +210,14 @@
'<@(opts_armv7_arm64_srcs)',
],
},

'target_arch in ("arm64", "armv7 arm64")',
{
'sources':
[
'<@(opts_crc32_srcs)',
],
},
],
],
},
Expand Down