gts3llte: radio: Change config HAL version and add more info to manifest

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ia6cf4c383eddab29d26c89d3e3cc12d3c4434c30
This commit is contained in:
Deokgyu Yang 2021-05-27 23:40:40 +09:00
parent 4379e159d4
commit bda91939b3
2 changed files with 6 additions and 1 deletions

View file

@ -342,7 +342,7 @@ PRODUCT_PACKAGES += \
# RIL
PRODUCT_PACKAGES += \
android.hardware.radio@1.4 \
android.hardware.radio.config@1.0 \
android.hardware.radio.config@1.1 \
android.hardware.radio.deprecated@1.0 \
android.hardware.radio.deprecated@1.0-impl \
librmnetctl \

View file

@ -202,6 +202,11 @@
<hal format="hidl">
<name>android.hardware.radio.config</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IRadioConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio.deprecated</name>