mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Update to power HAL 1.2
This commit is contained in:
parent
17cb046079
commit
eac97cf9ad
3 changed files with 2 additions and 3 deletions
|
@ -170,7 +170,6 @@ TARGET_PROVIDES_KEYMASTER := true
|
|||
TARGET_PER_MGR_ENABLED := true
|
||||
|
||||
# Power
|
||||
TARGET_HAS_NO_WLAN_STATS := true
|
||||
TARGET_USES_INTERACTION_BOOST := true
|
||||
|
||||
# Properties
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.power</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.1</version>
|
||||
<version>1.2</version>
|
||||
<interface>
|
||||
<name>IPower</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -232,7 +232,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Power
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.power@1.1-service-qti
|
||||
android.hardware.power@1.2-service-qti
|
||||
|
||||
# Qualcomm dependencies
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue