From 5ccea27ca9a65d6f1562cb1a3a6273cb9a4ca83b Mon Sep 17 00:00:00 2001 From: therootlord Date: Sun, 9 Dec 2018 20:08:19 -0200 Subject: [PATCH] sanders: use qcom power hal --- configs/manifest.xml | 2 +- device.mk | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 23c174e..08871d2 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -183,7 +183,7 @@ android.hardware.power hwbinder - 1.1 + 1.0 IPower default diff --git a/device.mk b/device.mk index 7386d7f..7d64ef9 100644 --- a/device.mk +++ b/device.mk @@ -308,7 +308,9 @@ DEVICE_PACKAGE_OVERLAYS += \ # Power PRODUCT_PACKAGES += \ - android.hardware.power@1.1-service-qti + android.hardware.power@1.0-impl \ + android.hardware.power@1.0-service \ + power.qcom # Powerhint configuration file PRODUCT_COPY_FILES += \