[Replicant] [device_samsung_espresso3g][PATCH] device.mk: fix "libaudio-ril-intierface" typo

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Fri Feb 14 13:10:27 UTC 2020


This was introduced by the following commit:
  affda81 Add scripts to disable the modem

Reported-by: Joonas Kylmälä <joonas.kylmala at iki.fi>
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 device.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/device.mk b/device.mk
index c2ff12d..a353055 100644
--- a/device.mk
+++ b/device.mk
@@ -31,7 +31,7 @@ PRODUCT_COPY_FILES += \
 # RIL and scripts to disable the modem
 PRODUCT_PACKAGES += \
     libsamsung-ril \
-    libaudio-ril-intierface \
+    libaudio-ril-interface \
     enable_modem.sh \
     disable_modem.sh
 
-- 
2.25.0



More information about the Replicant mailing list