enable_modem.sh and disable_modem.sh were merged into a single modem.sh script in order to improve the user interface.
Since the scripts Android.mk was adjusted as well to use modem.sh, we need to adjust the PRODUCT_PACKAGES to reflect that too. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- n5100.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/n5100.mk b/n5100.mk index e2bc90f..a7ad88d 100755 --- a/n5100.mk +++ b/n5100.mk @@ -18,12 +18,11 @@ LOCAL_PATH := device/samsung/n5100 DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay -# RIL and scripts to disable the modem +# RIL and the script to disable/enable the modem PRODUCT_PACKAGES += \ libsamsung-ril \ libaudio-ril-interface \ - enable_modem.sh \ - disable_modem.sh + modem.sh # Stock parameters PRODUCT_PROPERTY_OVERRIDES += \ -- 2.27.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
