GPU nnhal: update service name.

There's a vts test that requires presence of a hyphen in service name.

Fixes: 180648109
Test: vts
Change-Id: I66154167c46962734b2950a9ba5fe81daf21d460
diff --git a/manifest.xml b/manifest.xml
index 9dae894..9348e71 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -113,9 +113,9 @@
         <version>1.3</version>
         <interface>
             <name>IDevice</name>
-            <instance>armnn</instance>
+            <instance>google-armnn</instance>
         </interface>
-        <fqname>@1.3::IDevice/armnn</fqname>
+        <fqname>@1.3::IDevice/google-armnn</fqname>
     </hal>
     <hal format="hidl">
        <name>android.hardware.nfc</name>
diff --git a/manifest_64.xml b/manifest_64.xml
index bca4cff..c4765c3 100644
--- a/manifest_64.xml
+++ b/manifest_64.xml
@@ -100,9 +100,9 @@
         <version>1.3</version>
         <interface>
             <name>IDevice</name>
-            <instance>armnn</instance>
+            <instance>google-armnn</instance>
         </interface>
-        <fqname>@1.3::IDevice/armnn</fqname>
+        <fqname>@1.3::IDevice/google-armnn</fqname>
     </hal>
     <hal format="hidl">
        <name>android.hardware.neuralnetworks</name>