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
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi@1.0-service \
|
||||
android.hardware.wifi-service \
|
||||
wificond \
|
||||
libwpa_client \
|
||||
WifiOverlay \
|
||||
|
|
|
@ -135,9 +135,9 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<hal format="aidl" optional="true">
|
||||
<name>vendor.google.wifi_ext</name>
|
||||
<version>1.3</version>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
<name>IWifiExt</name>
|
||||
<instance>default</instance>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue