From 07f9e02435cefe26eb52e2de64d12295166c48bc Mon Sep 17 00:00:00 2001 From: Abhishek Srivastava Date: Thu, 28 Feb 2019 17:58:46 +0530 Subject: [PATCH] s5neolte: 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 ab95176..16f0d86 100644 --- a/manifest.xml +++ b/manifest.xml @@ -217,7 +217,7 @@ android.hardware.wifi hwbinder - 1.2 + 1.3 IWifi default @@ -226,7 +226,7 @@ android.hardware.wifi.hostapd hwbinder - 1.0 + 1.1 IHostapd default @@ -235,7 +235,7 @@ android.hardware.wifi.supplicant hwbinder - 1.1 + 1.2 ISupplicant default -- 2.20.1