The scripts are specific to libsamsung-ipc, so they are added in the device directories.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- device.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index ef56715..41554e5 100644 --- a/device.mk +++ b/device.mk @@ -28,9 +28,11 @@ PRODUCT_COPY_FILES := \ PRODUCT_PACKAGES += \ libaudio-ril-interface -# RIL +# RIL and scripts to disable the modem PRODUCT_PACKAGES += \ - libsamsung-ril + libsamsung-ril \ + enable_modem.sh \ + disable_modem.sh $(call inherit-product, device/samsung/tuna/device.mk) $(call inherit-product-if-exists, vendor/samsung/maguro/maguro-vendor.mk) -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
