summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-17 17:41:53 +0000
committerElliott Hughes <enh@google.com>2024-04-17 17:41:53 +0000
commitf5467d9c4ab71065f25adadee1ac311cab5b3da3 (patch)
tree6948d90e4474001ecca6892f565b9618d8764d5a
parentc6cbacee7e128674e7e2ed0ed83589bf3ef5e1e9 (diff)
downloadscrypt-f5467d9c4ab71065f25adadee1ac311cab5b3da3.tar.gz
Remove unnecessary `neon:`.
This has been hard-coded on for years now, and is due to be removed. Change-Id: I0ab1c91c37d82c748d9fc0eab201df509feb835c
-rw-r--r--sources.bp14
1 files changed, 6 insertions, 8 deletions
diff --git a/sources.bp b/sources.bp
index 4e29880..7c2df96 100644
--- a/sources.bp
+++ b/sources.bp
@@ -45,14 +45,12 @@ cc_defaults {
arch: {
arm: {
- neon: {
- srcs: [
- "lib/crypto/crypto_scrypt-neon.c",
- ],
- exclude_srcs: [
- "lib/crypto/crypto_scrypt-ref.c",
- ],
- },
+ srcs: [
+ "lib/crypto/crypto_scrypt-neon.c",
+ ],
+ exclude_srcs: [
+ "lib/crypto/crypto_scrypt-ref.c",
+ ],
},
arm64: {
srcs: [