diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-10-22 21:27:47 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 6371a3683bac8289bc36fb5a0e35c123ce8c87b6 (patch) | |
tree | cac310f05d08343c213ce6652803d63197eec53f /properties.mk | |
parent | 32e78057b467a1534cc8275d0dfd46332de750ba (diff) |
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
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |