Skip to content

Commit

Permalink
sunfish: Switch to full IWLAN mode
Browse files Browse the repository at this point in the history
[basamaryan: This is needed to fix RIL on Android U]

Signed-off-by: basamaryan <[email protected]>
Change-Id: Ie3fa610f71077b4ee2af1b4d57bd0c30b34f30fa
  • Loading branch information
adithya2306 authored and mikeNG committed Nov 11, 2023
1 parent 722f3d3 commit d81e301
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.rcs.supported=1 \
vendor.rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so \
ro.hardware.keystore_desede=true \
ro.telephony.iwlan_operation_mode=legacy \
persist.vendor.radio.procedure_bytes=SKIP \

# Enable reboot free DSDS
Expand Down
10 changes: 10 additions & 0 deletions device_framework_matrix_product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
<instance>default</instance>
</interface>
</hal>
<!-- iwlan -->
<hal format="hidl">
<name>vendor.qti.hardware.data.iwlan</name>
<version>1.0</version>
<interface>
<name>IIWlan</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.media.c2</name>
<version>1.0</version>
Expand Down
10 changes: 10 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.data.iwlan</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IIWlan</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.qteeconnector</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit d81e301

Please sign in to comment.