msm8974-common: Ship RenderScript HAL
Change-Id: Ia13a26c46c803f6853b1188449547c70d3305bfa
This commit is contained in:
parent
fe30e6b05f
commit
034ccb8eb6
@ -123,6 +123,15 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="hidl">
|
||||||
<name>android.hardware.sensors</name>
|
<name>android.hardware.sensors</name>
|
||||||
<transport arch="32">passthrough</transport>
|
<transport arch="32">passthrough</transport>
|
||||||
|
@ -138,6 +138,10 @@ PRODUCT_PACKAGES += \
|
|||||||
android.hardware.power@1.0-impl \
|
android.hardware.power@1.0-impl \
|
||||||
power.msm8974
|
power.msm8974
|
||||||
|
|
||||||
|
# RenderScript HAL
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.renderscript@1.0-impl
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.sensors@1.0-impl
|
android.hardware.sensors@1.0-impl
|
||||||
|
Loading…
Reference in New Issue
Block a user