aboutsummaryrefslogtreecommitdiff
path: root/docs/IntegratorGuide.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-02-15 14:16:30 +0000
committerNikhil Raj <nikhil.raj@arm.com>2022-02-16 09:59:51 +0000
commit29520c4c785fff938586ec231cbf5e51dadbf614 (patch)
treef8355bc5683229348f09b96035a415adca89e09a /docs/IntegratorGuide.md
parent2048b68cf7caf14e03ceaf84d841bda7bbda8c75 (diff)
downloadandroid-nn-driver-29520c4c785fff938586ec231cbf5e51dadbf614.tar.gz
Document updates
* Added a note in the Integrator guide for the new error while building android * Removed boost from FAQs Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1dc08bf2ff772550ac4e766bdf791301ea11cd5c
Diffstat (limited to 'docs/IntegratorGuide.md')
-rw-r--r--docs/IntegratorGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/IntegratorGuide.md b/docs/IntegratorGuide.md
index e54a286f..4842a5f3 100644
--- a/docs/IntegratorGuide.md
+++ b/docs/IntegratorGuide.md
@@ -60,7 +60,7 @@ For Android P use HAL version 1.1 as below. For Android Q substitute 1.2 where n
</hal>
```
-4. Build Android as normal, i.e. run `make` in `<ANDROID_ROOT>`
+4. Build Android as normal (https://source.android.com/setup/build/building)
5. To confirm that the Arm NN driver has been built, check for the driver service executable at
Android P