COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel

Signed-off-by: Luca Foschiani <luca.foschiani@arm.com>
Change-Id: Ia8692f8fda16fa3b73f343e4b5b1b55e14403225
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2750
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/Android.bp b/Android.bp
index 0d5c9e9..0cb0b77 100644
--- a/Android.bp
+++ b/Android.bp
@@ -281,10 +281,10 @@
         "src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.cpp",
         "src/core/NEON/kernels/NEGEMMLowpOffsetContributionKernel.cpp",
         "src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp",
+        "src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ScaleKernel.cpp",
         "src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
         "src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
         "src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
-        "src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp",
         "src/core/NEON/kernels/NEGEMMLowpReductionKernel.cpp",
         "src/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.cpp",
         "src/core/NEON/kernels/NEGEMMMatrixAdditionKernel.cpp",