aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-19 15:11:51 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-19 15:11:51 +0200
commite82f11135dab592f0a8e0aa1283ac4df97fac292 (patch)
treed1290bf83d724a839f64c66f40d1fe2a3750420b
parent2b099d98327679a258062a0b0d97a52a2908c712 (diff)
downloaddevice_samsung_n5100-e82f11135dab592f0a8e0aa1283ac4df97fac292.tar.gz
device_samsung_n5100-e82f11135dab592f0a8e0aa1283ac4df97fac292.tar.bz2
device_samsung_n5100-e82f11135dab592f0a8e0aa1283ac4df97fac292.zip
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 <GNUtoo@cyberdimension.org>
-rwxr-xr-xn5100.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/n5100.mk b/n5100.mk
index e2bc90f..a7ad88d 100755
--- a/n5100.mk
+++ b/n5100.mk
@@ -18,12 +18,11 @@ LOCAL_PATH := device/samsung/n5100
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
-# RIL and scripts to disable the modem
+# RIL and the script to disable/enable the modem
PRODUCT_PACKAGES += \
libsamsung-ril \
libaudio-ril-interface \
- enable_modem.sh \
- disable_modem.sh
+ modem.sh
# Stock parameters
PRODUCT_PROPERTY_OVERRIDES += \