IVGCVSW-2545 Fix android-nn-driver build wrt master Compute Library

Change-Id: I09b976c6323194ae39a2ce7131be5a407487b863
diff --git a/Android.bp b/Android.bp
index 90da25b..e53cf8b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -161,11 +161,9 @@
         "clframework/src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
         "clframework/src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
         "clframework/src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
+        "clframework/src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_nativeA_pretransposeB_16x4/generic.cpp",
         "clframework/src/core/NEON/kernels/assembly/Helpers.cpp",
         "clframework/src/core/NEON/kernels/assembly/INEGEMMWrapperKernel.cpp",
-        "clframework/src/core/NEON/kernels/assembly/NEGEMMInterleavedMatrixMultiplyWrapper.cpp",
-        "clframework/src/core/NEON/kernels/assembly/NEGEMMInterleavedPrepareBWrapperKernel.cpp",
-        "clframework/src/core/NEON/kernels/assembly/NEGEMMInterleavedTransformAWrapper.cpp",
         "clframework/src/core/NEON/kernels/assembly/NEGEMMNativeWrapperKernel.cpp",
         "clframework/src/core/NEON/kernels/convolution/common/utils.cpp",
         "clframework/src/core/NEON/kernels/convolution/depthwise/depthwise_2x2_3x3_1x1_fp32_fp32.cpp",
@@ -421,6 +419,7 @@
         "clframework/src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
         "clframework/src/runtime/CL/functions/CLWinogradInputTransform.cpp",
         "clframework/src/runtime/CL/functions/CLYOLOLayer.cpp",
+        "clframework/src/runtime/CL/gemm_reshaped/CLGEMMReshapedConfigurationBifrost.cpp",
         "clframework/src/runtime/CL/ICLSimpleFunction.cpp",
         "clframework/src/runtime/CL/tuners/BifrostTuner.cpp",
         "clframework/src/runtime/CL/tuners/MidgardTuner.cpp",