aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorramelg01 <ramy.elgammal@arm.com>2021-10-05 11:35:39 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-10-05 13:43:22 +0000
commit8229e5a8b5e38fcfa53cab5752f12e8f17a65e6c (patch)
tree29e2f39597fd021bbe0967387652bd3258fa5eee /Android.bp
parent41d886cecd6478725e9d0da93af7de5847efca1e (diff)
downloadComputeLibrary-8229e5a8b5e38fcfa53cab5752f12e8f17a65e6c.tar.gz
Fix of linking errors to find CPPSplit symbols when compiling android nn driver
Resolves: COMPMID-4835 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: I1e768b3f3130316e71b994a9b3fbc81d518d5361 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6368 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 00e0b39175..9b6808eb9a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -710,7 +710,6 @@ cc_library_static {
"src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
"src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
"src/runtime/CPP/functions/CPPPermute.cpp",
- "src/runtime/CPP/functions/CPPSplit.cpp",
"src/runtime/CPP/functions/CPPTopKV.cpp",
"src/runtime/CPP/functions/CPPUpsample.cpp",
"src/runtime/IScheduler.cpp",