aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0778b636ce..83e1e0a338 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,7 +86,6 @@ cc_library_static {
"src/core/CL/kernels/CLBitwiseKernel.cpp",
"src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
"src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
- "src/core/CL/kernels/CLCol2ImKernel.cpp",
"src/core/CL/kernels/CLComparisonKernel.cpp",
"src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
"src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
@@ -330,6 +329,7 @@ cc_library_static {
"src/core/gpu/cl/kernels/ClActivationKernel.cpp",
"src/core/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
"src/core/gpu/cl/kernels/ClCastKernel.cpp",
+ "src/core/gpu/cl/kernels/ClCol2ImKernel.cpp",
"src/core/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
"src/core/gpu/cl/kernels/ClCopyKernel.cpp",
"src/core/gpu/cl/kernels/ClCropKernel.cpp",