IVGCVSW-3873 Update ACL pin

 * Update ACL pin to include change of ArgMinMax NEON/CL output type to Signed32

!armnn:2010

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: I27c470d02253cbfd57c75c915e1e5ab9707e48dc
diff --git a/Android.bp b/Android.bp
index 5bce737..3a0315f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -342,12 +342,14 @@
         "clframework/src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp",
         "clframework/src/core/NEON/kernels/NEGEMMMatrixVectorMultiplyKernel.cpp",
         "clframework/src/core/NEON/kernels/NEGEMMTranspose1xWKernel.cpp",
+        "clframework/src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
         "clframework/src/core/NEON/kernels/NEHarrisCornersKernel.cpp",
         "clframework/src/core/NEON/kernels/NEHeightConcatenateLayerKernel.cpp",
         "clframework/src/core/NEON/kernels/NEHistogramKernel.cpp",
         "clframework/src/core/NEON/kernels/NEHOGDescriptorKernel.cpp",
         "clframework/src/core/NEON/kernels/NEHOGDetectorKernel.cpp",
         "clframework/src/core/NEON/kernels/NEIm2ColKernel.cpp",
+        "clframework/src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
         "clframework/src/core/NEON/kernels/NEIntegralImageKernel.cpp",
         "clframework/src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
         "clframework/src/core/NEON/kernels/NELKTrackerKernel.cpp",
@@ -577,6 +579,7 @@
         "clframework/src/runtime/IScheduler.cpp",
         "clframework/src/runtime/ISimpleLifetimeManager.cpp",
         "clframework/src/runtime/ITensorAllocator.cpp",
+        "clframework/src/runtime/IWeightsManager.cpp",
         "clframework/src/runtime/LutAllocator.cpp",
         "clframework/src/runtime/Lut.cpp",
         "clframework/src/runtime/Memory.cpp",
@@ -607,6 +610,7 @@
         "clframework/src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
         "clframework/src/runtime/NEON/functions/NECol2Im.cpp",
         "clframework/src/runtime/NEON/functions/NEColorConvert.cpp",
+        "clframework/src/runtime/NEON/functions/NEComputeAllAnchors.cpp",
         "clframework/src/runtime/NEON/functions/NEConcatenateLayer.cpp",
         "clframework/src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
         "clframework/src/runtime/NEON/functions/NEConvolution.cpp",
@@ -646,6 +650,7 @@
         "clframework/src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
         "clframework/src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
         "clframework/src/runtime/NEON/functions/NEGEMMTranspose1xW.cpp",
+        "clframework/src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp",
         "clframework/src/runtime/NEON/functions/NEHarrisCorners.cpp",
         "clframework/src/runtime/NEON/functions/NEHistogram.cpp",
         "clframework/src/runtime/NEON/functions/NEHOGDescriptor.cpp",
@@ -653,6 +658,7 @@
         "clframework/src/runtime/NEON/functions/NEHOGGradient.cpp",
         "clframework/src/runtime/NEON/functions/NEHOGMultiDetection.cpp",
         "clframework/src/runtime/NEON/functions/NEIm2Col.cpp",
+        "clframework/src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
         "clframework/src/runtime/NEON/functions/NEIntegralImage.cpp",
         "clframework/src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",
         "clframework/src/runtime/NEON/functions/NELaplacianPyramid.cpp",