From 6371a3683bac8289bc36fb5a0e35c123ce8c87b6 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Tue, 22 Oct 2019 21:27:47 +0200 Subject: sdm660-common: Rename rild.libpath for treble compliance * rild.libpath is anyway being set to the same value as vendor.rild.libpath by ramdisk Change-Id: I03dec9badd190f5e9e060fc18f63bc3a519ab5cf --- properties.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'properties.mk') diff --git a/properties.mk b/properties.mk index d28a484..ba7238e 100644 --- a/properties.mk +++ b/properties.mk @@ -140,7 +140,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.radio.rat_on=combine \ persist.vendor.radio.sib16_support=1 \ ril.subscription.types=NV,RUIM \ - rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so \ + vendor.rild.libpath=/vendor/lib64/libril-qc-qmi-1.so \ ro.telephony.default_network=22,20 \ ro.vendor.use_data_netmgrd=true \ telephony.lteOnCdmaDevice=1 -- cgit v1.2.3