aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortelsoa01 <telmo.soares@arm.com>2019-03-05 08:44:52 +0000
committertelsoa01 <telmo.soares@arm.com>2019-03-11 10:19:10 +0000
commit7bac1d7e8a7bf82d7c481cf05e31ae76f91725a6 (patch)
tree6fb7337ecb47d21f31aabc5a5cc5eb92adadbcb8
parentecd7ca669a690590713c85173d5901ffd64edfee (diff)
downloadandroid-nn-driver-7bac1d7e8a7bf82d7c481cf05e31ae76f91725a6.tar.gz
IVGCVSW-2775 Adding extra step to the AndroidNN driver README for Android P
Change-Id: I85579012318e77156dc2f264c564dae86bac254b
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index e26523ac..1da99904 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,20 @@ thus the following should be added to `device.mk` instead:
PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.1-service-armnn
</pre> `Android.mk` contains the module definition of both versions of the ArmNN driver.
+For Android P the vendor manifest.xml requires the Neural Network HAL information.
+```xml
+<hal format="hidl">
+ <name>android.hardware.neuralnetworks</name>
+ <transport>hwbinder</transport>
+ <version>1.1</version>
+ <interface>
+ <name>IDevice</name>
+ <instance>armnn</instance>
+ </interface>
+ <fqname>@1.1::IDevice/armnn</fqname>
+</hal>
+```
+
4. Build Android as normal, i.e. run `make` in `<ANDROID_ROOT>`
5. To confirm that the ArmNN driver has been built, check for driver service executable at