aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-24 21:20:15 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-12-30 16:24:18 +0100
commitdb7834ea0a38742629f43727ee222fce9482284b (patch)
treefef0301deeb309ce67a2a60f44afecfdbfd496fb
parent04f41326994b39ffded27647bdc22c075a8842c1 (diff)
downloaddevice_samsung_i9300-db7834ea0a38742629f43727ee222fce9482284b.tar.gz
device_samsung_i9300-db7834ea0a38742629f43727ee222fce9482284b.tar.bz2
device_samsung_i9300-db7834ea0a38742629f43727ee222fce9482284b.zip
Add libsamsung-ril
While the Galaxy SIII (GT-I9300) modem isn't supported yet in Replicant 11, it is still a good idea to start shipping libsamsung-ril as it enables to test if it compiles fine under Replicant 11. In addition, as of now, with no modem driver, once booted the CPU is mostly idle. This has been verified with top which shows 398%idle (there are 4 cores). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--device.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 3b0d2da..f816e19 100644
--- a/device.mk
+++ b/device.mk
@@ -18,6 +18,7 @@ $(call inherit-product, device/samsung/midas-common/midas.mk)
PRODUCT_PACKAGES += \
libsamsung-ipc \
+ libsamsung-ril \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/fstab.smdk4x12:root/fstab.smdk4x12 \