Update ACL pin to d473386e4d5e0edcf55e13a2bf3c422a23fac0de

* Includes fixes for ResizeNearestNeighbor on CL and NEON

!armnn:1522

Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Change-Id: Idaf946fd372478ae81037f046dfec601a548fb34
diff --git a/Android.bp b/Android.bp
index 0276523..3d62a4b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,6 +50,7 @@
                          "clframework/build/android-arm64v8a/src/core/CL",
                          "clframework/arm_compute/core/NEON/kernels/assembly",
                          "clframework/arm_compute/core/NEON/kernels/convolution/common",
+                         "clframework/arm_compute/core/NEON/kernels/convolution/depthwise",
                          "clframework/arm_compute/core/NEON/kernels/convolution/winograd"],
     export_include_dirs: ["clframework", "clframework/include"],
     srcs: [
@@ -246,6 +247,8 @@
         "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_2x2_fp32_fp32.cpp",
         "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_1x1_fp32_fp32.cpp",
         "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_2x2_fp32_fp32.cpp",
+        "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_dilated.cpp",
+        "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_dilated_qa8_qa8.cpp",
         "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_pack_parameters.cpp",
         "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_qa8_qa8.cpp",
         "clframework/src/core/NEON/kernels/convolution/winograd/padding.cpp",