Update gs101 compatibility matrix and makefile
to use the AIDL wifi_ext service. Bug: 205044134 Test: Start wifi on a Bluejay device. Change-Id: I39c6d7177f50fd8f640f8cf31b0d99ae11b0cf77
This commit is contained in:
parent
b3f04d55e4
commit
e8b35d0e0a
2 changed files with 3 additions and 3 deletions
|
@ -533,7 +533,7 @@ endif
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.wifi@1.0-service \
|
android.hardware.wifi-service \
|
||||||
wificond \
|
wificond \
|
||||||
libwpa_client \
|
libwpa_client \
|
||||||
WifiOverlay \
|
WifiOverlay \
|
||||||
|
|
|
@ -135,9 +135,9 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="true">
|
<hal format="aidl" optional="true">
|
||||||
<name>vendor.google.wifi_ext</name>
|
<name>vendor.google.wifi_ext</name>
|
||||||
<version>1.3</version>
|
<version>1</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IWifiExt</name>
|
<name>IWifiExt</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue