IVGCVSW-2658 Fixes for latest Compute Library

Change-Id: Idc0114381c3c0425ff7385351a55e0364edddb9c
Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
diff --git a/Android.bp b/Android.bp
index 2d13acf..89c606b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,7 +58,8 @@
         "clframework/src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.cpp",
         "clframework/src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp",
         "clframework/src/core/CL/kernels/CLDepthwiseVectorToTensorKernel.cpp",
-        "clframework/src/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.cpp",
+        "clframework/src/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel.cpp",
+        "clframework/src/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsKernel.cpp",
         "clframework/src/core/CL/kernels/CLDequantizationLayerKernel.cpp",
         "clframework/src/core/CL/kernels/CLDerivativeKernel.cpp",
         "clframework/src/core/CL/kernels/CLDilateKernel.cpp",