[Replicant] [device_samsung_espresso3g] [PATCH] Adjust to enable_modem.sh and disable_modem.sh merge to modem.sh
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Fri Jun 19 13:35:40 UTC 2020
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 at cyberdimension.org>
---
device.mk | 5 ++---
1 file 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
--
2.27.0
More information about the Replicant
mailing list