From aa72731dbfb2899b8358af425407872941706e3c Mon Sep 17 00:00:00 2001 From: Manaf Meethalavalappu Pallikunhi Date: Tue, 10 Oct 2017 14:12:48 +0530 Subject: [PATCH] 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 --- manifest.xml | 9 +++++++++ sdm660.mk | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index c00bfba9..79cc7466 100755 --- a/manifest.xml +++ b/manifest.xml @@ -261,6 +261,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default + + android.hardware.thermal + hwbinder + 1.0 + + IThermal + default + + android.hardware.tetheroffload.config hwbinder diff --git a/sdm660.mk b/sdm660.mk index 6990d2bd..f6052ad5 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -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