diff options
author | Etan Cohen <etancohen@google.com> | 2017-09-14 08:42:12 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-08-26 23:16:16 +0200 |
commit | 0cd438dc0fd204f17f5cfb590f2d4759b66a6101 (patch) | |
tree | 1837c017396de0ff4e79d197af2458c4dc8f254f /manifest.xml | |
parent | 52f63d31e49d21dd3f80acbb237d545de8642749 (diff) |
msm8996-common: Uprev Wi-Fi HAL to 1.2
New HAL APIs are planned. This requires a HAL uprev.
Bug: 65647646
Test: builds and Wi-Fi runs
Change-Id: Ib7efd3d5263e73d1ad40e1a5a687bdb6c133c812
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 04c67f8..8aa085c 100644 --- a/manifest.xml +++ b/manifest.xml @@ -281,7 +281,7 @@ <hal format="hidl"> <name>android.hardware.wifi</name> <transport>hwbinder</transport> - <version>1.1</version> + <version>1.2</version> <interface> <name>IWifi</name> <instance>default</instance> |