aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-19 14:59:54 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-19 15:05:34 +0200
commitcad119a660346e44123a143b67420aca4d1fe8c4 (patch)
tree6a07ca407ef4c1e296e64f165a7e95b8c43b8d36
parentfe2ecd8bff983b2a049516e5828c864040d39730 (diff)
downloaddevice_samsung_espresso3g-cad119a660346e44123a143b67420aca4d1fe8c4.tar.gz
device_samsung_espresso3g-cad119a660346e44123a143b67420aca4d1fe8c4.tar.bz2
device_samsung_espresso3g-cad119a660346e44123a143b67420aca4d1fe8c4.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>
-rw-r--r--device.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/device.mk b/device.mk
index a353055..5617784 100644
--- a/device.mk
+++ b/device.mk
@@ -28,12 +28,11 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/tiny_hw_espresso.xml:system/etc/sound/espresso \
$(LOCAL_PATH)/audio/tiny_hw_espresso10.xml:system/etc/sound/espresso10
-# 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
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0