From 7bac1d7e8a7bf82d7c481cf05e31ae76f91725a6 Mon Sep 17 00:00:00 2001 From: telsoa01 Date: Tue, 5 Mar 2019 08:44:52 +0000 Subject: IVGCVSW-2775 Adding extra step to the AndroidNN driver README for Android P Change-Id: I85579012318e77156dc2f264c564dae86bac254b --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 `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 + + android.hardware.neuralnetworks + hwbinder + 1.1 + + IDevice + armnn + + @1.1::IDevice/armnn + +``` + 4. Build Android as normal, i.e. run `make` in `` 5. To confirm that the ArmNN driver has been built, check for driver service executable at -- cgit v1.2.1