From c6a7f2fd8db3bf4cf1839afe647bd34d37d10a49 Mon Sep 17 00:00:00 2001 From: Abhishek Srivastava Date: Thu, 28 Feb 2019 17:58:46 +0530 Subject: [PATCH] j7elte: 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 3561066..945d64a 100644 --- a/manifest.xml +++ b/manifest.xml @@ -216,7 +216,7 @@ android.hardware.wifi hwbinder - 1.2 + 1.3 IWifi default @@ -225,7 +225,7 @@ android.hardware.wifi.hostapd hwbinder - 1.0 + 1.1 IHostapd default @@ -234,7 +234,7 @@ android.hardware.wifi.supplicant hwbinder - 1.1 + 1.2 ISupplicant default -- 2.20.1