msm8974-common: Update to power HAL 1.2

Change-Id: Ic8c5f7e9c77a95befff5661e1634683ec6c25ac4
This commit is contained in:
Michael Bestas 2019-10-05 22:50:26 +03:00 committed by Kevin F. Haggerty
parent 85ec9f3831
commit 5fd2d661c8
No known key found for this signature in database
GPG Key ID: 6D95512933112729
3 changed files with 2 additions and 4 deletions

View File

@ -84,8 +84,6 @@ include device/samsung/msm8974-common/sepolicy/sepolicy.mk
TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true
# Power # Power
TARGET_HAS_LEGACY_POWER_STATS := true
TARGET_HAS_NO_WLAN_STATS := true
TARGET_USES_INTERACTION_BOOST := true TARGET_USES_INTERACTION_BOOST := true
# Properties # Properties

View File

@ -156,7 +156,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.2</version>
<interface> <interface>
<name>IPower</name> <name>IPower</name>
<instance>default</instance> <instance>default</instance>

View File

@ -144,7 +144,7 @@ PRODUCT_PACKAGES += \
# Power HAL # Power HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.power@1.1-service-qti android.hardware.power@1.2-service-qti
# RenderScript HAL # RenderScript HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \