aboutsummaryrefslogtreecommitdiff
path: root/delegate/cmake
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-11-30 17:43:28 +0000
committerJim Flynn <jim.flynn@arm.com>2020-12-17 15:34:55 +0000
commit019840d1161738aefd6ebd32ccf4e72e618cae15 (patch)
tree4448bfb2e5d395e739cf11f66c8644b69e3874fd /delegate/cmake
parentc11ba468017b8b06c5c0f83743575d34bad1dd3b (diff)
downloadarmnn-019840d1161738aefd6ebd32ccf4e72e618cae15.tar.gz
IVGCVSW-5374 Provide an Android build for the delegate
Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: I33eb8c650be654ad891afd2295f2057f13a9d084
Diffstat (limited to 'delegate/cmake')
-rw-r--r--delegate/cmake/Modules/FindTfLite.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index 9bb117efac..18d6032147 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -16,6 +16,7 @@ find_path(TfLite_INCLUDE_DIR
find_library(TfLite_LIB
NAMES
"libtensorflow_lite_all.so"
+ "libtensorflowlite.so"
HINTS
${TFLITE_LIB_ROOT})