Skip to content

Commit

Permalink
msm8937-common: Build thermal hidl hal
Browse files Browse the repository at this point in the history
Change-Id: I3819050f7d9d8cbaa2452cef8602d44da6337977
  • Loading branch information
karthick111 committed Feb 7, 2019
1 parent 0b5ee57 commit 731ae66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifest.xml
Expand Up @@ -256,6 +256,15 @@
<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.vibrator</name>
<transport>hwbinder</transport>
Expand Down
4 changes: 4 additions & 0 deletions msm8937.mk
Expand Up @@ -347,6 +347,10 @@ PRODUCT_BOOT_JARS += \

# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service

PRODUCT_COPY_FILES += \
$(VENDOR_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf

# Vibrator
Expand Down

0 comments on commit 731ae66

Please sign in to comment.