aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--hidl.mk2
-rw-r--r--manifest.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index d7495f0..2249e91 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -171,7 +171,7 @@ BOARD_FLASH_BLOCK_SIZE := 262144
BOARD_USES_QCOM_HARDWARE := true
# QCOM Power
-TARGET_POWERHAL_VARIANT := qcom
+TARGET_HAS_NO_WIFI_STATS := true
# Recovery
TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.full
diff --git a/hidl.mk b/hidl.mk
index b5c2e96..fa67712 100644
--- a/hidl.mk
+++ b/hidl.mk
@@ -97,7 +97,7 @@ PRODUCT_PACKAGES += \
# Power
PRODUCT_PACKAGES += \
- android.hardware.power@1.1-service-qti
+ android.hardware.power@1.0-service-qti
# RenderScript HAL
PRODUCT_PACKAGES += \
diff --git a/manifest.xml b/manifest.xml
index 294b021..39d5e5b 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -164,7 +164,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>