aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Sarett <msarett@google.com>2015-11-06 16:30:42 -0500
committerMatt Sarett <msarett@google.com>2015-11-06 16:30:42 -0500
commitf37632abbda730936f05d9be90fea8f21015e087 (patch)
tree06f8ae94658a52dc55570d1ad4bb4cf74615a2b0
parentbeeb820d61c004d37f2f9930b1c79e8be9761fb2 (diff)
downloadlibjpeg-turbo-f37632abbda730936f05d9be90fea8f21015e087.tar.gz
Temporarily use jsimd_none.c on N9
Change-Id: I34d559da7f68fe10ec7aaa72e555626a7be75e72
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 11eff664..0ed6779b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,7 +32,7 @@ endif
# ARM v8 64-bit NEON
# TODO (msarett): Figure out why this won't compile on Nexus 9.
-# LOCAL_SRC_FILES_arm64 += simd/jsimd_arm64_neon.S simd/jsimd_arm64.c
+LOCAL_SRC_FILES_arm64 += jsimd_none.c
# TODO (msarett): x86 and x86_64 SIMD. Cross-compiling these assembly files
# on Linux for Android is very tricky. This will require a