aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-17 16:31:00 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-17 16:31:14 +0100
commitf610640592553e57a86fb3ab2bb6fd22bba78900 (patch)
tree4b60c348e95c5e73337bb427a5b33da230f214ef
parentcad119a660346e44123a143b67420aca4d1fe8c4 (diff)
downloaddevice_samsung_espresso3g-f610640592553e57a86fb3ab2bb6fd22bba78900.tar.gz
device_samsung_espresso3g-f610640592553e57a86fb3ab2bb6fd22bba78900.tar.bz2
device_samsung_espresso3g-f610640592553e57a86fb3ab2bb6fd22bba78900.zip
This ships all the tools that could be useful. The nv_data-imei tool wasn't shipped as it doesn't support any of the espresso3g devices yet. The ipc-modem and ipc-test tools are shipped as they can be used to test the modem bootstrap without any dependencies on the Android framework. This can for instance help with tracking regressions so it's good to have them in the releases as well. Shipping nv_data-md5 on the device isn't strictly necessary as it can also be compiled from libsamsung-ipc source code, however not every Replicant user know how to do that. As this tool can help to fix some cases of nv_data corruptions, it is useful to enable users to use it easily. Shipping it makes it accessible in the recovery after mounting the system partition (by using Advanced -> Mount system partition) in the recovery menu. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--device.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 5617784..59342d3 100644
--- a/device.mk
+++ b/device.mk
@@ -30,9 +30,13 @@ PRODUCT_COPY_FILES += \
# RIL and the script to disable/enable the modem
PRODUCT_PACKAGES += \
- libsamsung-ril \
+ ipc-modem \
+ ipc-test \
libaudio-ril-interface \
- modem.sh
+ libsamsung-ril \
+ modem.sh \
+ nv_data-imei \
+ nv_data-md5
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0