aboutsummaryrefslogtreecommitdiff
path: root/shim/BuildGuideShimSupportLibrary.md
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2022-04-06 11:41:49 +0100
committerKevin May <kevin.may@arm.com>2022-05-05 16:33:55 +0100
commit3edefbb2da1efecebba12cd631ca9697f06db7d4 (patch)
tree9bd696b65ea697f9314c9999c62084f55bd0f90c /shim/BuildGuideShimSupportLibrary.md
parent643355be8a8e94edb66e4586b406343d4342382b (diff)
downloadarmnn-3edefbb2da1efecebba12cd631ca9697f06db7d4.tar.gz
IVGCVSW-6758 Update SL AOSP repos to use SHA's from master 25/03/22
* Add new SHA's from master 25/03/2 to clone script * Fix changed AOSP paths in CMakelists * Add new aosp/external dependencies in CMakeLists * Update functions with FL8 parameters hints and extensionNameAndPrefix * Update sharedHandle which changed from having pointer * Fix broken NeuralNetwork patch after pulling on aosp master Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I5e4b773b87591cec0347c3d739bce9858baed39f
Diffstat (limited to 'shim/BuildGuideShimSupportLibrary.md')
-rw-r--r--shim/BuildGuideShimSupportLibrary.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/shim/BuildGuideShimSupportLibrary.md b/shim/BuildGuideShimSupportLibrary.md
index 8029032371..550a05f70f 100644
--- a/shim/BuildGuideShimSupportLibrary.md
+++ b/shim/BuildGuideShimSupportLibrary.md
@@ -31,8 +31,8 @@ export AOSP_ROOT=<path/to/aosp/root>
export NDK=<path/to/>/android-ndk-r20b
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>
-export $FLATBUFFERS_X86_BUILD=<path/to/flatbuffers/host/build-x86_64>
+export FLATBUFFERS_ANDROID_BUILD=<path/to/flatbuffers/target/android/build>
+export FLATBUFFERS_X86_BUILD=<path/to/flatbuffers/host/build-x86_64>
```
## Download Arm NN