From ca6068594bcabcc392f30c8ff3188b03f4a35407 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 4 Nov 2020 14:30:48 +0000 Subject: COMPMID-3599: Remove arm_compute/core/NEON from Android.bp script NEON core is now all is src. Change-Id: I6ff87706e1dc4d31faf68c60ec30c54f1e92b0fb Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4324 Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 06501c5767..8d931c23c8 100644 --- a/Android.bp +++ b/Android.bp @@ -42,7 +42,6 @@ cc_library_static { proprietary: true, local_include_dirs: ["build/android-arm64v8a/src/core", "build/android-arm64v8a/src/core/CL", - "arm_compute/core/NEON/kernels/assembly", "src/core/common", "src/core/helpers", "src/core/NEON/kernels/assembly", -- cgit v1.2.1