summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hewitt <joey@joeyhewitt.com>2019-10-04 16:33:18 -0600
committerJoey Hewitt <joey@joeyhewitt.com>2019-10-04 16:33:25 -0600
commite11c95a091cd8b1dbdda8307565283b0c2377de2 (patch)
treea7555bc0e20c2b8e04c60a820581454ee4a6f4ac
parent077bb8e54ba3917f04275ac4bc9331441dea09b4 (diff)
downloaddevice_samsung_t0lte-e11c95a091cd8b1dbdda8307565283b0c2377de2.tar.gz
device_samsung_t0lte-e11c95a091cd8b1dbdda8307565283b0c2377de2.tar.bz2
device_samsung_t0lte-e11c95a091cd8b1dbdda8307565283b0c2377de2.zip
add ofono rilreplicant-6.0
-rw-r--r--rootdir/init.target.rc1
-rw-r--r--t0lte.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc
index 331254d..59acc9d 100644
--- a/rootdir/init.target.rc
+++ b/rootdir/init.target.rc
@@ -1,4 +1,5 @@
import init.bt.rc
+import init.ofono-qmi.rc
on init
# Vibetonz
diff --git a/t0lte.mk b/t0lte.mk
index 37beca6..13abcb7 100644
--- a/t0lte.mk
+++ b/t0lte.mk
@@ -18,6 +18,7 @@ LOCAL_PATH := device/samsung/t0lte
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
+include frameworks/opt/telephony_ril_ofono/ofono-qmi.mk
# Include common makefile
$(call inherit-product, device/samsung/t0lte/common.mk)