summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: [