diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-26 21:26:12 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-26 23:59:15 +0200 |
commit | 907357db5e19ac02c724a2ab91703b469b6f00aa (patch) | |
tree | 468a31d1ef7ac6dacee56682869b85487a63212e /manifest.xml | |
parent | e1b0f0246c595c47acece0a26d0696eb5eb39fef (diff) |
msm8996-common: Switch to Power HAL 1.1 and enable WiFi stats.
* We need to set TARGET_WLAN_POWER_STAT to work with
the QCACLD2 driver.
The default value is for QCACLD3.
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 09f5ec4..5a14c70 100644 --- a/manifest.xml +++ b/manifest.xml @@ -184,7 +184,7 @@ <hal format="hidl"> <name>android.hardware.power</name> <transport>hwbinder</transport> - <version>1.0</version> + <version>1.1</version> <interface> <name>IPower</name> <instance>default</instance> |