Commit 6ebed542 by Xiaoxuan Liu Committed by Commit Bot

Add arm64 to libpng build configuration.

In libpng build option, neon files were missing for arm64, add "arm64" option to libpng build configuration. BUG=angleproject:4026 Change-Id: I38280c8089be93de224959583091f3a151f94ab0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1940017Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 7fd3ad46
......@@ -24,7 +24,7 @@ static_library("libpng") {
"src/pngwtran.c",
"src/pngwutil.c",
]
if (target_cpu == "arm") {
if (target_cpu == "arm" || target_cpu == "arm64") {
sources += [
"src/arm/arm_init.c",
"src/arm/filter_neon.S",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment