sdm660-common: Enable Thermal HAL 1.0 by default
Enable Thermal HAL for sdm660_64. It adds Thermal HAL to manifest.xml and thermal service to PRODUCT_PACKAGES. Change-Id: Id5070101c7a91955c050a9c5c8520cfa43cc8186
This commit is contained in:
parent
2234880cd9
commit
aa72731dbf
2 changed files with 11 additions and 1 deletions
|
@ -261,6 +261,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.thermal</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IThermal</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.tetheroffload.config</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -459,7 +459,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Thermal
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.thermal@2.0-service.mock \
|
||||
android.hardware.thermal@1.0-impl \
|
||||
android.hardware.thermal@1.0-service \
|
||||
thermal.sdm660
|
||||
|
||||
# ThermalController app
|
||||
|
|
Loading…
Reference in a new issue