IVGCVSW-3686 Update ACL pin

 * Changes to Android.bp to build the driver with the latest
   ACL version

!armnn:1855

Change-Id: I3360c41b7b4f30c5adb46977a1ea7bd8946f433e
Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
diff --git a/Android.bp b/Android.bp
index 8f5b726..78783c3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,7 +139,6 @@
         "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 @@
         "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 @@
         "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 @@
         "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",