aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2023-04-14 13:43:06 +0100
committermike.kelly <mike.kelly@arm.com>2023-04-14 16:13:07 +0000
commitc1a1d0fac61f22b7049533c57fb1009b8f97820a (patch)
tree6473579e44270295a14108d698f8e73096af9dc6 /BuildGuideAndroidNDK.md
parent42969274d225cddfcc2b32bba8695b9fe850e2cc (diff)
downloadarmnn-c1a1d0fac61f22b7049533c57fb1009b8f97820a.tar.gz
IVGCVSW-7662 Update BuildGuideAndroidNDK.md
* Changed build so that electing to build the unit tests also builds ExecuteNetwork and the other test applications. Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: I76cb6552a4f6dcee173de3dd05d43207e699a751
Diffstat (limited to 'BuildGuideAndroidNDK.md')
-rw-r--r--BuildGuideAndroidNDK.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md
index 7c6f224693..d93d4d4b84 100644
--- a/BuildGuideAndroidNDK.md
+++ b/BuildGuideAndroidNDK.md
@@ -255,7 +255,8 @@ cmake .. \
-DFLATBUFFERS_ROOT=$WORKING_DIR/flatbuffers-android \
-DFLATC_DIR=$WORKING_DIR/flatbuffers-x86 \
-DBUILD_UNIT_TESTS=1 \
- -fexception
+ -DBUILD_TESTS=1 \
+ -fexception \
```
To include the Arm NN TFLite delegate add these arguments to the above list: