aboutsummaryrefslogtreecommitdiff
path: root/shim/BuildGuideShimSupportLibrary.md
diff options
context:
space:
mode:
Diffstat (limited to 'shim/BuildGuideShimSupportLibrary.md')
-rw-r--r--shim/BuildGuideShimSupportLibrary.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/shim/BuildGuideShimSupportLibrary.md b/shim/BuildGuideShimSupportLibrary.md
index dc69f8f77c..c0b0f8570b 100644
--- a/shim/BuildGuideShimSupportLibrary.md
+++ b/shim/BuildGuideShimSupportLibrary.md
@@ -141,10 +141,13 @@ make
## Build Arm NN Shim
-By default the Arm NN shim Android.bp is not enabled.
-Enable it by editing armnn/shim/Android.bp and setting `enabled: true`
+By default the Arm NN shim Android.bp.off is not enabled.
+It is enabled below by renaming it to Android.bp
```bash
+cd ${WORKING_DIR}/armnn/shim
+mv Android.bp.off Android.bp
+
cd $AOSP_ROOT
source build/envsetup.sh
lunch <device>-eng