The scripts are specific to libsamsung-ipc, so they are added in the device directories.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- n5100.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/n5100.mk b/n5100.mk index dddcfb0..e2bc90f 100755 --- a/n5100.mk +++ b/n5100.mk @@ -18,10 +18,12 @@ LOCAL_PATH := device/samsung/n5100 DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay -# RIL +# RIL and scripts to disable the modem PRODUCT_PACKAGES += \ libsamsung-ril \ - libaudio-ril-interface + libaudio-ril-interface \ + enable_modem.sh \ + disable_modem.sh # Stock parameters PRODUCT_PROPERTY_OVERRIDES += \ -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
