From b6514695685efdf6a25c7ff3977eb0cbca7e079e Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 17 Sep 2018 22:43:53 +0300 Subject: [PATCH] sanders: Switch to 1.1 power HAL Change-Id: I4690a5b913141427a828d6a3a4af407d35a10775 --- BoardConfig.mk | 2 +- configs/manifest.xml | 2 +- device.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 143949c..9a2e12b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -177,7 +177,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 25614597120 # 25014255 * 1024 mmcblk0p54 TARGET_PER_MGR_ENABLED := true # Power -TARGET_HAS_NO_WIFI_STATS := true +TARGET_HAS_NO_WLAN_STATS := true # QC flags BOARD_USES_QCOM_HARDWARE := true diff --git a/configs/manifest.xml b/configs/manifest.xml index 8946aab..4299528 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -183,7 +183,7 @@ android.hardware.power hwbinder - 1.0 + 1.1 IPower default diff --git a/device.mk b/device.mk index ad2ceac..0bf3c6a 100644 --- a/device.mk +++ b/device.mk @@ -299,7 +299,7 @@ DEVICE_PACKAGE_OVERLAYS += \ # Power PRODUCT_PACKAGES += \ - android.hardware.power@1.0-service-qti + android.hardware.power@1.1-service-qti # Powerhint configuration file PRODUCT_COPY_FILES += \