summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-11-23 05:02:05 -0600
committerZiyan <jaraidaniel@gmail.com>2016-01-22 00:42:36 +0100
commit6fdee07ba2e030ac191e120ef678a38f58260e43 (patch)
tree0a9ccbff3c3aedc63b4eebfe88e1c54d59c48544 /device.mk
parentca38a3d859aa9020a9a02f49e34576b9c3e81f0f (diff)
downloaddevice_samsung_tuna-6fdee07ba2e030ac191e120ef678a38f58260e43.zip
device_samsung_tuna-6fdee07ba2e030ac191e120ef678a38f58260e43.tar.gz
device_samsung_tuna-6fdee07ba2e030ac191e120ef678a38f58260e43.tar.bz2
ril: Add 'libsecril-compat'.
While I preferred to just modify the RILs directly, it simply became too tedious trying to fix three things that all have the same problem. libsecril-compat: Log if unimplemented symbols are called. Analysis of the RILs has shown these shouldn't be called, but just in case, we should know if it happens. libsecril-compat: Actually forward the writeString16 symbol. Good thing I added that logging; somehow this IS called.
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 4ac86bb..c292339 100755
--- a/device.mk
+++ b/device.mk
@@ -43,7 +43,8 @@ PRODUCT_PACKAGES += \
# RIL
PRODUCT_PACKAGES += \
- libsecril-client
+ libsecril-client \
+ libsecril-compat
# Charging mode
PRODUCT_PACKAGES += \