Benchmark and set default LWS for GEMM, Direct convolution and Winograd

Resolve COMPMID-4487, COMPMID-4488, COMPMID-4489

Change-Id: Id5a1178a5a452a969b41eea48cb36727e4dbe27b
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6014
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/Android.bp b/Android.bp
index d6179cb..6b1c3c5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,6 +74,7 @@
         "src/core/CL/CLHelpers.cpp",
         "src/core/CL/CLKernelLibrary.cpp",
         "src/core/CL/CLUtils.cpp",
+        "src/core/CL/DefaultLWSHeuristics.cpp",
         "src/core/CL/ICLKernel.cpp",
         "src/core/CL/ICLSimple2DKernel.cpp",
         "src/core/CL/ICLSimple3DKernel.cpp",