diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-29 00:31:48 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-29 11:16:23 +0200 |
commit | 597bd261c9ba59b23857807a4ffa65e563cf1d9e (patch) | |
tree | a9e2f7de7c0dd5fc56e909893c8c84700fcbc795 /manifest.xml | |
parent | e50fb33e9036346415850c50198d2b2a1dcbe7ac (diff) |
msm8996-common: Re-enable Power HAL 1.1 and WiFi stats
* Using marlin WiFi firmware, which is newer than ours,
we can get a fully functional Power HAL.
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 d957f13..04c67f8 100644 --- a/manifest.xml +++ b/manifest.xml @@ -175,7 +175,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> |