Merge changes from topic "nnapi_aidl_interface"

* changes:
  Implement VTS tests for NNAPI AIDL interface
  Add utils for AIDL types conversions
  Create first version of NNAPI AIDL interface
  Add dynamic interface casting to NN utility code
This commit is contained in:
Lev Proleev
2021-02-10 16:45:19 +00:00
committed by Gerrit Code Review
113 changed files with 16209 additions and 6 deletions

View File

@@ -378,6 +378,13 @@
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.neuralnetworks</name>
<interface>
<name>IDevice</name>
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.nfc</name>
<version>1.2</version>