update
This commit is contained in:
parent
8710a52d67
commit
96a50307c5
2 changed files with 6 additions and 1 deletions
|
@ -201,6 +201,7 @@ WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wmtWifi"
|
||||||
WIFI_DRIVER_STATE_ON := "1"
|
WIFI_DRIVER_STATE_ON := "1"
|
||||||
WIFI_DRIVER_STATE_OFF := "0"
|
WIFI_DRIVER_STATE_OFF := "0"
|
||||||
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||||
|
WIFI_HIDL_FEATURE_DUAL_INTERFACE:= true
|
||||||
|
|
||||||
BOARD_SHIPPING_API_LEVEL := 33
|
BOARD_SHIPPING_API_LEVEL := 33
|
||||||
BOARD_VNDK_VERSION := current
|
BOARD_VNDK_VERSION := current
|
||||||
|
|
|
@ -900,10 +900,14 @@
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="aidl" optional="true">
|
<hal format="aidl" optional="true">
|
||||||
<name>vendor.lineage.health</name>
|
<name>vendor.lineage.health</name>
|
||||||
<version>1</version>
|
<version>2</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IChargingControl</name>
|
<name>IChargingControl</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IFastCharge</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
</compatibility-matrix>
|
</compatibility-matrix>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue