sanders: Build 1.0 power HAL

* prima doesn't have support for wifi stats
This commit is contained in:
Michael Bestas
2018-06-11 13:09:04 +02:00
committed by therootlord
parent 93da59c264
commit 9acf9b90cd
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

@@ -310,7 +310,7 @@ PRODUCT_PACKAGES += \
# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.1-service-qti
android.hardware.power@1.0-service-qti
# Qualcomm
PRODUCT_COPY_FILES += \