The scripts are specific to libsamsung-ipc, so they are added in the device directories.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- i9300.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/i9300.mk b/i9300.mk index 0fe4a51..4b37286 100644 --- a/i9300.mk +++ b/i9300.mk @@ -103,9 +103,11 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ com.android.nfc_extras -# RIL +# RIL and scripts to disable the modem PRODUCT_PACKAGES += \ - libsamsung-ril + libsamsung-ril \ + enable_modem.sh \ + disable_modem.sh PRODUCT_PROPERTY_OVERRIDES += \ ro.telephony.call_ring.multiple=false \ -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
