Skip to content

Commit

Permalink
vince: Add QC RIL service support
Browse files Browse the repository at this point in the history
* Remove android.hardware.radio.deprecated from manifest
* Pin modified qcrild.rc
  • Loading branch information
Flex1911 authored and mdeejay committed Feb 27, 2019
1 parent c8f7033 commit 1e8adf1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/fstab.qcom

# RIL
TARGET_RIL_VARIANT := caf
ENABLE_VENDOR_RIL_SERVICE := true
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
TARGET_USES_OLD_MNC_FORMAT := true

# SELinux
Expand Down
1 change: 1 addition & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ PRODUCT_PACKAGES += \

# RIL
PRODUCT_PACKAGES += \
[email protected] \
[email protected] \
[email protected] \
librmnetctl \
Expand Down
10 changes: 0 additions & 10 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio.deprecated</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOemHook</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>
Expand Down
5 changes: 5 additions & 0 deletions proprietary-files-qc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,10 @@ vendor/bin/netmgrd
vendor/bin/qti
vendor/bin/rmt_storage
vendor/bin/tftp_server
vendor/bin/hw/qcrild
vendor/etc/data/dsi_config.xml
vendor/etc/data/netmgr_config.xml
vendor/etc/init/qcrild.rc|f9c32f5e7a8e7f4a0df1dcce174de169b8d7c060
vendor/lib/libconfigdb.so
vendor/lib/libmdmdetect.so
vendor/lib/libnetmgr.so
Expand Down Expand Up @@ -497,15 +499,18 @@ vendor/lib64/libnetmgr_common.so
vendor/lib64/libnlnetmgr.so
vendor/lib64/liboemaids_vendor.so
vendor/lib64/libqcmaputils.so
vendor/lib64/libqcrilFramework.so
vendor/lib64/libqrtr.so
vendor/lib64/libqsocket.so
vendor/lib64/libril-qc-ltedirectdisc.so
vendor/lib64/libril-qc-qmi-1.so
vendor/lib64/libril-qc-hal-qmi.so
vendor/lib64/libril-qc-radioconfig.so
vendor/lib64/libril-qcril-hook-oem.so
vendor/lib64/librilqmiservices.so
vendor/lib64/libsettings.so
vendor/lib64/libsystem_health_mon.so
vendor/lib64/qcrild_librilutils.so
vendor/lib64/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]
Expand Down

0 comments on commit 1e8adf1

Please sign in to comment.