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
This commit is contained in:
parent
f2a5afd136
commit
3cbaa92aad
2 changed files with 4 additions and 4 deletions
|
@ -113,9 +113,9 @@
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IDevice</name>
|
<name>IDevice</name>
|
||||||
<instance>armnn</instance>
|
<instance>google-armnn</instance>
|
||||||
</interface>
|
</interface>
|
||||||
<fqname>@1.3::IDevice/armnn</fqname>
|
<fqname>@1.3::IDevice/google-armnn</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.nfc</name>
|
<name>android.hardware.nfc</name>
|
||||||
|
|
|
@ -100,9 +100,9 @@
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IDevice</name>
|
<name>IDevice</name>
|
||||||
<instance>armnn</instance>
|
<instance>google-armnn</instance>
|
||||||
</interface>
|
</interface>
|
||||||
<fqname>@1.3::IDevice/armnn</fqname>
|
<fqname>@1.3::IDevice/google-armnn</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.neuralnetworks</name>
|
<name>android.hardware.neuralnetworks</name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue