IVGCVSW-5374 Provide an Android build for the delegate

Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Change-Id: I33eb8c650be654ad891afd2295f2057f13a9d084
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index 9bb117e..18d6032 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -16,6 +16,7 @@
 find_library(TfLite_LIB
         NAMES
             "libtensorflow_lite_all.so"
+            "libtensorflowlite.so"
         HINTS
             ${TFLITE_LIB_ROOT})