mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Enable hvx NN service for oc-mr1-nn-dev
Bug: 67478959 Test: mm, vts, cts Change-Id: I0cc9dc1b9ba8773536952cd3a6252bc763e49baf (cherry picked from commit 47f3f80d14b98f6597871be39ca7fa286baddcd6)
This commit is contained in:
@@ -327,6 +327,10 @@ PRODUCT_PACKAGES += \
|
||||
android.hardware.drm@1.0-service \
|
||||
android.hardware.drm@1.0-service.widevine
|
||||
|
||||
# NeuralNetworks HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.neuralnetworks@1.0-service-hvx
|
||||
|
||||
# NFC packages
|
||||
PRODUCT_PACKAGES += \
|
||||
nfc_nci.msm8998 \
|
||||
|
||||
@@ -207,6 +207,15 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.neuralnetworks</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IDevice</name>
|
||||
<instance>hvx</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.nfc</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
||||
Reference in New Issue
Block a user