From 6c345b7acd4d215c6e04f624f42f8d0918f2bedd Mon Sep 17 00:00:00 2001 From: Abhishek Srivastava Date: Thu, 28 Feb 2019 17:58:46 +0530 Subject: [PATCH] a7xelte: Use the latest HIDL minor version for wifi, supplicant and hostapd HAL's This commit updates the HIDL version number of Iwifi, ISupplicant, IHostapd HAL's to the latest. Change-Id: I2d95b829d5616f6929f112c634906515035fba51 CRs-Fixed: 2412157 --- manifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.xml b/manifest.xml index 4f937d5..a898245 100644 --- a/manifest.xml +++ b/manifest.xml @@ -221,7 +221,7 @@ android.hardware.wifi hwbinder - 1.2 + 1.3 IWifi default @@ -230,7 +230,7 @@ android.hardware.wifi.hostapd hwbinder - 1.0 + 1.1 IHostapd default @@ -239,7 +239,7 @@ android.hardware.wifi.supplicant hwbinder - 1.1 + 1.2 ISupplicant default -- 2.20.1