From 34f3dcb3831f6ab52af403443e415c62d67d387f Mon Sep 17 00:00:00 2001 From: Manaf Meethalavalappu Pallikunhi Date: Tue, 10 Oct 2017 14:12:48 +0530 Subject: sdm660_64: Enable Thermal HAL by default Enable Thermal HAL for sdm660_64. It adds Thermal HAL to manifest.xml and thermal service to PRODUCT_PACKAGES. Change-Id: Id5070101c7a91955c050a9c5c8520cfa43cc8186 --- manifest.xml | 10 ++++++++++ sdm660_64.mk | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/manifest.xml b/manifest.xml index 52dfa6d..99b3e54 100644 --- a/manifest.xml +++ b/manifest.xml @@ -659,4 +659,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default + + + android.hardware.thermal + hwbinder + 1.0 + + IThermal + default + + diff --git a/sdm660_64.mk b/sdm660_64.mk index 4d791fb..81fbce3 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -304,3 +304,7 @@ PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-impl \ endif PRODUCT_PROPERTY_OVERRIDES += rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so + +#Thermal +PRODUCT_PACKAGES += android.hardware.thermal@1.0-impl \ + android.hardware.thermal@1.0-service -- cgit v1.2.3