summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-09-13 23:20:50 +0000
committerJohn Stultz <john.stultz@linaro.org>2019-09-13 23:20:50 +0000
commit5ffdf3b454f31e7da1d5e4d08801f6cb3e4b490e (patch)
treefad6fb447cd189863d04d3abadb7aa4a23c245fc
parentdf7e1b6c4cf1b1e9a3b2eed13cf6b670064437bd (diff)
downloadhikey-5ffdf3b454f31e7da1d5e4d08801f6cb3e4b490e.tar.gz
hikey/hikey960: Update manifest.xml for wifi supplicant
After Android10 merge landed, wifi stopped working, and I've found we needed to update the supplicant version in the manifest With this change wifi works again in AOSP/master on HiKey960 Change-Id: I05765cfd868f28b92b855c18aa25509455be3973 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index a9239939..12d345a8 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -159,7 +159,7 @@
<hal format="hidl">
<name>android.hardware.wifi.supplicant</name>
<transport>hwbinder</transport>
- <version>1.1</version>
+ <version>1.2</version>
<interface>
<name>ISupplicant</name>
<instance>default</instance>