Skip to content

Commit

Permalink
Push libarmnnTfLiteParser.so to run Unittest in NDK guide script
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Raj <[email protected]>
Change-Id: Ieaa7470f9f19543962e5b121c15e88bd37ca7f3c
  • Loading branch information
nikraj01 authored and MikeJKelly committed Nov 20, 2023
1 parent b4ca30b commit 3ba1ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_android_ndk_guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3ba1ff4

Please sign in to comment.