Skip to content

Commit

Permalink
m1s1: Use lineage radio 1.4 wrapper
Browse files Browse the repository at this point in the history
Change-Id: Id51367011e82d7d474eb9fa33d49079f1277fba0
  • Loading branch information
rootfan authored and npjohnson committed Jun 5, 2024
1 parent c7383c9 commit 75c4ec3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.radio@1.0 \
android.hardware.radio.deprecated@1.0 \
android.hardware.radio.config@1.0-service
android.hardware.radio.config@1.0-service \
android.hardware.radio@1.4-service.legacy

# Sensors
PRODUCT_PACKAGES += \
Expand Down
13 changes: 13 additions & 0 deletions device_framework_matrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,17 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.4</version>
<interface>
<name>IRadio</name>
<instance>slot1</instance>
</interface>
<interface>
<name>ISap</name>
<instance>slot1</instance>
</interface>
</hal>
</compatibility-matrix>
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<hal format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
<version>1.1</version>
<version>1.4</version>
<interface>
<name>IRadio</name>
<instance>slot1</instance>
Expand Down

0 comments on commit 75c4ec3

Please sign in to comment.