msm8974-common: Ship RenderScript HAL

Change-Id: Ia13a26c46c803f6853b1188449547c70d3305bfa
This commit is contained in:
Bruno Martins 2017-12-29 22:58:39 +00:00 committed by Kevin F. Haggerty
parent fe30e6b05f
commit 034ccb8eb6
2 changed files with 13 additions and 0 deletions

View File

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

View File

@ -138,6 +138,10 @@ PRODUCT_PACKAGES += \
android.hardware.power@1.0-impl \
power.msm8974
# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl