summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-08 16:22:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-08 16:22:08 +0000
commitb51dc343d5ab4d0cf2a46374f0cc04790579973c (patch)
treef6ef2bb228a0b86349f1e4cc98639b5564d6efd6
parent4ecdbe82d9ff409ca3c6c3bbd5fb74ebd597da62 (diff)
parent0388e55a8391c7818eb6ec25b3344f5510b6ae75 (diff)
downloadrs-master.tar.gz
Merge "rs: remove one last `neon:` from the build!" into mainHEADmastermain
-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: {