This commit is contained in:
Vincent Vidal 2025-08-22 12:30:14 +02:00
parent 8710a52d67
commit 96a50307c5
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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>