summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-05 19:20:15 +0000
committerElliott Hughes <enh@google.com>2024-04-05 19:20:15 +0000
commit0388e55a8391c7818eb6ec25b3344f5510b6ae75 (patch)
treef6ef2bb228a0b86349f1e4cc98639b5564d6efd6
parent4ecdbe82d9ff409ca3c6c3bbd5fb74ebd597da62 (diff)
downloadrs-0388e55a8391c7818eb6ec25b3344f5510b6ae75.tar.gz
rs: remove one last `neon:` from the build!
Change-Id: I4a7acb7ad14716c7aeca4c86812ae656265e0db5
-rw-r--r--Android.bp9
1 files changed, 3 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 0cd395b5..9bfd2641 100644
--- a/Android.bp
+++ b/Android.bp
@@ -258,18 +258,15 @@ cc_library_shared {
],
arch: {
+ arm: {
+ required: ["libclcore_neon.bc"],
+ },
x86: {
required: ["libclcore_x86.bc"],
},
x86_64: {
required: ["libclcore_x86.bc"],
},
-
- arm: {
- neon: {
- required: ["libclcore_neon.bc"],
- },
- },
},
product_variables: {