aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-10-21 10:45:44 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-10-21 17:10:44 +0000
commitde5930ff855d91f31a79bd3cf4244bb9d321abde (patch)
treea63664bbbf4d4f5e1040265c2cad88f70408206c
parent763709dcd302f8ccacbdb84145eccb2ecf4e7a48 (diff)
downloadComputeLibrary-de5930ff855d91f31a79bd3cf4244bb9d321abde.tar.gz
COMPMID-3599: Add moved folders to Android build file
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Ida2f7223a73f76746cce94753f36aacb9dcf5b96 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4229
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 59d5995f34..f03e79568c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -43,9 +43,11 @@ cc_library_static {
local_include_dirs: ["build/android-arm64v8a/src/core",
"build/android-arm64v8a/src/core/CL",
"arm_compute/core/NEON/kernels/assembly",
- "arm_compute/core/NEON/kernels/convolution/common",
- "arm_compute/core/NEON/kernels/convolution/depthwise",
+ "src/core/common",
+ "src/core/helpers",
"src/core/NEON/kernels/assembly",
+ "src/core/NEON/kernels/convolution/common",
+ "src/core/NEON/kernels/convolution/depthwise",
"src/core/NEON/kernels/convolution/winograd"],
export_include_dirs: [".", "./include"],
srcs: [