From fcdd5dd588cbec5ae1b6a891c8829ae09165547a Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Mon, 12 Mar 2018 14:07:37 -0700 Subject: [PATCH] Match NN manifest version with current HVX version Currently, HIDL manifests files only support a single version of a HIDL interface. Even though the Neural Networks API has defined and implemented a 1.1 HAL, the only real driver (HVX service driver) is currently only 1.0. This problem is similar to that in b/73556059. Soon, HIDL will be able to support multiple interface versions in the device manifest. Until then, or until the HVX service driver is upgraded to 1.1, the manifest will be changed to 1.0. Bug: 74443090 Test: mma Change-Id: I46811231dff92e136dfccb88e85b8ce70b89ac1d --- manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index 5ab960bb..84f19d70 100644 --- a/manifest.xml +++ b/manifest.xml @@ -216,7 +216,7 @@ android.hardware.neuralnetworks hwbinder - 1.1 + 1.0 IDevice hvx