IVGCVSW-5374 Provide Android Build for Delegate

 * Remove double brackets for scalars
 * Add in extra location  in cmake for tf lite dynamic library

Signed-off-by: Keith Davis <keith.davis@arm.com>
Change-Id: I31ef9a955d4677faabedc0068ae2cfbfe570b58c
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index 18d6032..41f55e3 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -18,7 +18,8 @@
             "libtensorflow_lite_all.so"
             "libtensorflowlite.so"
         HINTS
-            ${TFLITE_LIB_ROOT})
+            ${TFLITE_LIB_ROOT}
+            ${TFLITE_LIB_ROOT}/tensorflow/lite)
 
 find_path(TfLite_Schema_INCLUDE_PATH
             schema_generated.h