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]> --- device.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 41554e5..608fc42 100644 --- a/device.mk +++ b/device.mk @@ -28,11 +28,10 @@ PRODUCT_COPY_FILES := \ PRODUCT_PACKAGES += \ libaudio-ril-interface -# RIL and scripts to disable the modem +# RIL and the script to disable/enable the modem PRODUCT_PACKAGES += \ libsamsung-ril \ - enable_modem.sh \ - disable_modem.sh + modem.sh $(call inherit-product, device/samsung/tuna/device.mk) $(call inherit-product-if-exists, vendor/samsung/maguro/maguro-vendor.mk) -- 2.27.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
