aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 8f5b7267..78783c39 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,7 +139,6 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.cpp",
- "clframework/src/core/CL/kernels/CLGEMMMatrixAdditionKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp",
"clframework/src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.cpp",
@@ -169,6 +168,7 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.cpp",
"clframework/src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
+ "clframework/src/core/CL/kernels/CLPadLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLPermuteKernel.cpp",
"clframework/src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp",
"clframework/src/core/CL/kernels/CLPoolingLayerKernel.cpp",
@@ -458,7 +458,6 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLDepthConvertLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
"clframework/src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
- "clframework/src/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.cpp",
"clframework/src/runtime/CL/functions/CLDequantizationLayer.cpp",
"clframework/src/runtime/CL/functions/CLDerivative.cpp",
"clframework/src/runtime/CL/functions/CLDilate.cpp",
@@ -610,7 +609,6 @@ cc_library_static {
"clframework/src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
- "clframework/src/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDequantizationLayer.cpp",
"clframework/src/runtime/NEON/functions/NEDerivative.cpp",
"clframework/src/runtime/NEON/functions/NEDilate.cpp",