diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-07-24 21:20:15 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-12-30 16:24:18 +0100 |
commit | db7834ea0a38742629f43727ee222fce9482284b (patch) | |
tree | fef0301deeb309ce67a2a60f44afecfdbfd496fb | |
parent | 04f41326994b39ffded27647bdc22c075a8842c1 (diff) | |
download | device_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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |