sanders: Add Renderscript to manifest

Add Renderscript to manifest for msm8953 target in order to enable
framework to load Adreno RS driver.

CRs-fixed: 2074539

Change-Id: I9b92080f01af49c96f3718a9a8825bccd3870b82
This commit is contained in:
Aditya Nellutla
2017-08-23 16:08:29 +05:30
committed by therootlord
parent 3ba942c065
commit e97b777b39

View File

@@ -166,5 +166,14 @@
<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>
</manifest>