From f5467d9c4ab71065f25adadee1ac311cab5b3da3 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 17 Apr 2024 17:41:53 +0000 Subject: Remove unnecessary `neon:`. This has been hard-coded on for years now, and is due to be removed. Change-Id: I0ab1c91c37d82c748d9fc0eab201df509feb835c --- sources.bp | 14 ++++++-------- 1 file 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: [ -- cgit v1.2.3