gts3l: radio: Add missing HAL and its manifest definition

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iaaecae6adeeb382cc27ea998e7046a0adc18ada5
This commit is contained in:
Deokgyu Yang 2021-05-26 22:42:20 +09:00
parent 5298bd5eac
commit 6ebe95d37d
2 changed files with 11 additions and 0 deletions

View file

@ -337,6 +337,8 @@ PRODUCT_PACKAGES += \
# RIL
PRODUCT_PACKAGES += \
android.hardware.radio@1.4 \
android.hardware.radio.config@1.0 \
android.hardware.radio.deprecated@1.0 \
android.hardware.radio.deprecated@1.0-impl \
librmnetctl \

View file

@ -203,6 +203,15 @@
<name>android.hardware.radio.config</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl">
<name>android.hardware.radio.deprecated</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOemHook</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>