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:
Manaf Meethalavalappu Pallikunhi 2017-10-10 14:12:48 +05:30 committed by Max Weffers
parent 2234880cd9
commit aa72731dbf
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 11 additions and 1 deletions

View file

@ -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>

View file

@ -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