Remove android.hardware.renderscript HAL from manifest

The renderscript passthrough HAL implementation
(android.hardware.renderscript@1.0-impl.so) does not exist on the
device, so this CL removes android.hardware.renderscript from the
manifest.

Bug: 231277723
Test: mma
Test: presubmit
Test: VtsHalRenderscriptV1_0TargetTest
Change-Id: I461339ce6043a771537e95552674f4165e99e288
Merged-In: I461339ce6043a771537e95552674f4165e99e288
(cherry picked from commit 9e7b96b53d)
This commit is contained in:
Michael Butler 2022-05-18 16:46:06 -07:00
parent 6d7694f134
commit a5fd932de4

View file

@ -53,15 +53,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>
<interface>
<name>IDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format = "hidl">
<name>android.hardware.dumpstate</name>
<transport>hwbinder</transport>