From ced29a900f9b1790323ed32135f9700305226476 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 17 Sep 2018 22:43:53 +0300 Subject: [PATCH] msm8976-common: Switch to 1.1 power HAL Change-Id: I4690a5b913141427a828d6a3a4af407d35a10775 --- BoardConfigCommon.mk | 2 +- manifest.xml | 2 +- msm8976.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 79e9e79..38880f4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -179,7 +179,7 @@ JAVA_SOURCE_OVERLAYS := \ TARGET_PER_MGR_ENABLED := true # Power -TARGET_HAS_NO_WIFI_STATS := true +TARGET_HAS_NO_WLAN_STATS := true TARGET_USES_INTERACTION_BOOST := true # Properties diff --git a/manifest.xml b/manifest.xml index befb744..22d3869 100644 --- a/manifest.xml +++ b/manifest.xml @@ -163,7 +163,7 @@ android.hardware.power hwbinder - 1.0 + 1.1 IPower default diff --git a/msm8976.mk b/msm8976.mk index ed76252..b901bd0 100644 --- a/msm8976.mk +++ b/msm8976.mk @@ -237,7 +237,7 @@ PRODUCT_PACKAGES += \ # Power PRODUCT_PACKAGES += \ - android.hardware.power@1.0-service-qti + android.hardware.power@1.1-service-qti # Qualcomm dependencies PRODUCT_PACKAGES += \