summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-11-29 08:43:49 -0600
committerZiyan <jaraidaniel@gmail.com>2016-03-11 01:16:56 +0100
commit2c3878ca3c8a2c770fff93afc96141ab058801b8 (patch)
treedbfdfa040bcdf77ae3991080703b5dce46c0a47d /device.mk
parent6fdcc9c8798d3fc3e07860854730d3c935f7a067 (diff)
downloaddevice_samsung_tuna-2c3878ca3c8a2c770fff93afc96141ab058801b8.zip
device_samsung_tuna-2c3878ca3c8a2c770fff93afc96141ab058801b8.tar.gz
device_samsung_tuna-2c3878ca3c8a2c770fff93afc96141ab058801b8.tar.bz2
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
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 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 += \