summaryrefslogtreecommitdiff
path: root/sources.bp
diff options
context:
space:
mode:
Diffstat (limited to 'sources.bp')
-rw-r--r--sources.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/sources.bp b/sources.bp
index 39216b1..a2ba3f4 100644
--- a/sources.bp
+++ b/sources.bp
@@ -50,6 +50,14 @@ cc_defaults {
],
},
},
+ arm64: {
+ srcs: [
+ "lib/crypto/crypto_scrypt-neon.c",
+ ],
+ exclude_srcs: [
+ "lib/crypto/crypto_scrypt-ref.c",
+ ],
+ },
x86: {
srcs: [
"lib/crypto/crypto_scrypt-sse.c",