diff options
author | Etan Cohen <etancohen@google.com> | 2017-09-14 08:42:12 -0700 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2019-07-29 23:22:48 +0800 |
commit | dd0fb1f8948bc056d946520213f33df095cf4b7a (patch) | |
tree | 8e818b60c4ca89a961022fbca8566acf345a6049 /manifest.xml | |
parent | c43b809628d26128106fcfd21e74b3bb3dab1e0d (diff) |
wayne-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 efcf25d..a1cb2d6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -307,7 +307,7 @@ <hal format="hidl"> <name>android.hardware.wifi</name> <transport>hwbinder</transport> - <version>1.0</version> + <version>1.2</version> <interface> <name>IWifi</name> <instance>default</instance> |