sanders: use qcom power hal

This commit is contained in:
therootlord
2018-12-09 20:08:19 -02:00
parent 8deef59e83
commit 5ccea27ca9
2 changed files with 4 additions and 2 deletions

View File

@@ -183,7 +183,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.power</name> <name>android.hardware.power</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>1.1</version> <version>1.0</version>
<interface> <interface>
<name>IPower</name> <name>IPower</name>
<instance>default</instance> <instance>default</instance>

View File

@@ -308,7 +308,9 @@ DEVICE_PACKAGE_OVERLAYS += \
# Power # Power
PRODUCT_PACKAGES += \ 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 # Powerhint configuration file
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \