j7elte: Use the latest HIDL minor version for wifi, supplicant and hostapd HAL's
authorAbhishek Srivastava <cabsriv@codeaurora.org>
Thu, 28 Feb 2019 12:28:46 +0000 (17:58 +0530)
committerDario Trombello <dariotr@outlook.de>
Thu, 18 Jun 2020 19:41:27 +0000 (21:41 +0200)
This commit updates the HIDL version number of Iwifi, ISupplicant, IHostapd HAL's
to the latest.

Change-Id: I2d95b829d5616f6929f112c634906515035fba51
CRs-Fixed: 2412157

manifest.xml

index 35610667d578740012d9f0ced7e6a1a67ae4de86..945d64addff2d5ad4642cece5905a5e3567fa0b6 100644 (file)
     <hal format="hidl">
         <name>android.hardware.wifi</name>
         <transport>hwbinder</transport>
-        <version>1.2</version>
+        <version>1.3</version>
         <interface>
             <name>IWifi</name>
             <instance>default</instance>
     <hal format="hidl">
         <name>android.hardware.wifi.hostapd</name>
         <transport>hwbinder</transport>
-        <version>1.0</version>
+        <version>1.1</version>
         <interface>
             <name>IHostapd</name>
             <instance>default</instance>
     <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>