From 11277bd669203e98a1b51541a8d4d679a2974ff7 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 19 Jun 2020 15:12:45 +0200 Subject: Adjust to enable_modem.sh and disable_modem.sh merge to modem.sh 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 --- n7100.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/n7100.mk b/n7100.mk index 4d930db..a37c961 100644 --- a/n7100.mk +++ b/n7100.mk @@ -116,11 +116,10 @@ PRODUCT_PACKAGES += \ $(call inherit-product, vendor/replicant/config/nfc_enhanced.mk) -# 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 PRODUCT_PROPERTY_OVERRIDES += \ mobiledata.interfaces=pdp0,gprs,ppp0,rmnet0,rmnet1 \ -- cgit v1.2.3