aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-11-20 16:12:12 +0000
committerMike Kelly <mike.kelly@arm.com>2023-11-20 16:21:18 +0000
commit3ba1ff41e00107ab8b16ef401011a502dc45439b (patch)
tree709c2f4a95d4eab9dc9e17ea1b90579c4d6c100e
parentb4ca30be1837c233439201c46634bebaa842f558 (diff)
downloadarmnn-branches/armnn_23_11.tar.gz
Push libarmnnTfLiteParser.so to run Unittest in NDK guide scriptv23.11branches/armnn_23_11
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ieaa7470f9f19543962e5b121c15e88bd37ca7f3c
-rwxr-xr-xscripts/build_android_ndk_guide.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_android_ndk_guide.sh b/scripts/build_android_ndk_guide.sh
index 22f43070a8..45b33ee8ce 100755
--- a/scripts/build_android_ndk_guide.sh
+++ b/scripts/build_android_ndk_guide.sh
@@ -371,6 +371,7 @@ function PushBuildSourcesToBoard {
adb push GatordMock /data/local/tmp/
adb push libarmnnBasePipeServer.so /data/local/tmp/
adb push libarmnnTestUtils.so /data/local/tmp/
+ adb push libarmnnTfLiteParser.so /data/local/tmp/
adb push UnitTests /data/local/tmp/
if [[ $DELEGATE == 1 ]]; then
adb push ${WORKING_DIR}/armnn/build/delegate/DelegateUnitTests /data/local/tmp/