From 48d58e12100f8f273c445e2d5342b3e97cb191ce Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 3 Nov 2019 12:22:33 +0200 Subject: [PATCH] msm8226-common: Update to power HAL 1.2 Change-Id: Ic58b75f8b7a662914e28cbcc9ffdb2b2a143134b --- BoardConfigCommon.mk | 2 -- manifest.xml | 2 +- msm8226.mk | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c285ca3..b6b1ca7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -102,8 +102,6 @@ BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true # Power -TARGET_HAS_NO_POWER_STATS := true -TARGET_HAS_NO_WLAN_STATS := true TARGET_USES_INTERACTION_BOOST := true # Properties diff --git a/manifest.xml b/manifest.xml index e626816..5e5cdad 100644 --- a/manifest.xml +++ b/manifest.xml @@ -138,7 +138,7 @@ android.hardware.power hwbinder - 1.1 + 1.2 IPower default diff --git a/msm8226.mk b/msm8226.mk index c897a3b..43c64da 100644 --- a/msm8226.mk +++ b/msm8226.mk @@ -198,7 +198,7 @@ PRODUCT_PACKAGES += \ # Power HAL PRODUCT_PACKAGES += \ - android.hardware.power@1.1-service-qti + android.hardware.power@1.2-service-qti # Preopt PRODUCT_DEXPREOPT_SPEED_APPS += \