aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 8a596cd87b..6937ab5ea6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -110,7 +110,6 @@ cc_library_static {
"src/core/CL/kernels/CLDilateKernel.cpp",
"src/core/CL/kernels/CLDirectConvolutionLayerKernel.cpp",
"src/core/CL/kernels/CLElementWiseUnaryLayerKernel.cpp",
- "src/core/CL/kernels/CLElementwiseOperationKernel.cpp",
"src/core/CL/kernels/CLErodeKernel.cpp",
"src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
"src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
@@ -441,6 +440,7 @@ cc_library_static {
"src/core/gpu/cl/kernels/ClActivationKernel.cpp",
"src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
"src/core/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
+ "src/core/gpu/cl/kernels/ClElementwiseKernel.cpp",
"src/core/gpu/cl/kernels/ClFloorKernel.cpp",
"src/core/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
"src/core/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
@@ -795,6 +795,7 @@ cc_library_static {
"src/runtime/cpu/operators/CpuReshape.cpp",
"src/runtime/cpu/operators/CpuSub.cpp",
"src/runtime/gpu/cl/operators/ClActivation.cpp",
+ "src/runtime/gpu/cl/operators/ClAdd.cpp",
"src/runtime/gpu/cl/operators/ClConcatenate.cpp",
"src/runtime/gpu/cl/operators/ClFloor.cpp",
"utils/CommonGraphOptions.cpp",