From 2c3878ca3c8a2c770fff93afc96141ab058801b8 Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Sun, 29 Nov 2015 08:43:49 -0600 Subject: ril: Add 'libsecril-shim'. This lib inserts itself in front of the real RIL and shims the onRequest function as a means of compatibility, bug fixing, and updating. Conflicts: system.prop Change-Id: I779a275276816a32b19d9666021662d9dc71029d --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 8fed986..1afd8bd 100755 --- a/device.mk +++ b/device.mk @@ -44,7 +44,8 @@ PRODUCT_PACKAGES += \ # RIL PRODUCT_PACKAGES += \ libsecril-client \ - libsecril-compat + libsecril-compat \ + libsecril-shim # Charging mode PRODUCT_PACKAGES += \ -- cgit v1.1