sanders: power: Switch to 1.1 implementation

This commit is contained in:
jhenrique09
2018-01-05 11:47:02 -02:00
committed by therootlord
parent fa8a50289b
commit 7cfe0ecd88
3 changed files with 2 additions and 7 deletions

View File

@@ -195,11 +195,6 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 25614597120 # 25014255 * 1024 mmcblk0p54
# Peripheral manager
TARGET_PER_MGR_ENABLED := true
# Power
TARGET_HAS_LEGACY_POWER_STATS := true
TARGET_HAS_NO_WIFI_STATS := true
TARGET_USES_INTERACTION_BOOST := true
# QC flags
BOARD_USES_QCOM_HARDWARE := true
BOARD_USES_QC_TIME_SERVICES := true

View File

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

View File

@@ -295,7 +295,7 @@ PRODUCT_PACKAGES += \
# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.0-service-qti
android.hardware.power@1.1-service-qti
# Ramdisk
PRODUCT_PACKAGES += \