summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-25 14:15:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-25 14:15:49 +0000
commit2eee6f12bcbb89158d6dd70fd35bf034f047489f (patch)
tree6948d90e4474001ecca6892f565b9618d8764d5a
parentc6cbacee7e128674e7e2ed0ed83589bf3ef5e1e9 (diff)
parentf5467d9c4ab71065f25adadee1ac311cab5b3da3 (diff)
downloadscrypt-master.tar.gz
Merge "Remove unnecessary `neon:`." into mainHEADmastermain
-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: [