From 6fdee07ba2e030ac191e120ef678a38f58260e43 Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Mon, 23 Nov 2015 05:02:05 -0600 Subject: 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. --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.mk') 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 += \ -- cgit v1.1