diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-12-31 04:40:40 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-20 09:39:17 +0100 |
commit | bb70dc3240faa6b8f874a23071aacb2bde7d432a (patch) | |
tree | d0dbffd7df98b30b8002e36ab9433bea4f8b3076 /manifest.xml | |
parent | fc54d77844464c8546e105c3402e9157bd264d3f (diff) |
msm8996-common: Build QTI HIDL power 1.0 HAL
* Despite zuk msm8996 devices have QCACLD2 WLAN card and the node that should
return WiFi stats is available, it seems that the firmware
doesn't fully supports it, causing freezes when trying to
access the node. Just go with the HAL that provides no
support for this feature.
Change-Id: I929a2d3aedf3bfdca962dc34720019d83c7134e1
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |