aboutsummaryrefslogtreecommitdiff
path: root/shim
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-11-01 12:28:22 +0000
committerNikhil Raj <nikhil.raj@arm.com>2022-11-08 12:43:39 +0000
commit717a95ee6fb732bf22adee1e4f55b7ea30db5052 (patch)
treecd5b1b1894a2f9f194d058f53d80f4f6c7680050 /shim
parent730e82503112dee08dad51c9613bd0ba66dafc9a (diff)
downloadarmnn-717a95ee6fb732bf22adee1e4f55b7ea30db5052.tar.gz
Update Readme files with newer versions of tools added during 22.11
* Flatbuffer version updated to 2.0.6 * Android NDK version updated to r25 * Removed cross-compilation guide as its been moved to build-tools * Android binaries updated in Readme Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ia7054707c9463d8ce8b344ec5d86fdd83424b2c3
Diffstat (limited to 'shim')
-rw-r--r--shim/BuildGuideShimSupportLibrary.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/shim/BuildGuideShimSupportLibrary.md b/shim/BuildGuideShimSupportLibrary.md
index c0b0f8570b..4a45596ed6 100644
--- a/shim/BuildGuideShimSupportLibrary.md
+++ b/shim/BuildGuideShimSupportLibrary.md
@@ -16,9 +16,9 @@ This work is currently in an experimental phase.
## Prerequisites
The following are required to build the Arm NN support library
-* Android NDK r20b
+* Android NDK r25
* Detailed setup can be found in [BuildGuideAndroidNDK.md](../BuildGuideAndroidNDK.md)
-* Flatbuffer version 1.12.0
+* Flatbuffer version 2.0.6
* Detailed setup can be found in [BuildGuideCrossCompilation.md](../BuildGuideCrossCompilation.md)
The following is required to build the Arm NN shim
@@ -33,7 +33,7 @@ export WORKING_DIR=<path to where the Arm NN source code, clframework and aosp r
export AOSP_ROOT=<path to the root of Android tree where the shim will be built>
export AOSP_MODULES_ROOT=<path to where AOSP modules will be cloned i.e. $WORKING_DIR/aosp>
export ARMNN_BUILD_DIR=<path to the Arm NN build directory i.e. $WORKING_DIR/build>
-export NDK=<path to>android-ndk-r20b
+export NDK=<path to>android-ndk-r25
export NDK_TOOLCHAIN_ROOT=$NDK/toolchains/llvm/prebuilt/linux-x86_64
export PATH=$NDK_TOOLCHAIN_ROOT/bin/:$PATH
export FLATBUFFERS_ANDROID_BUILD=<path to flatbuffers target android build>