diff options
author | Joey Hewitt <joey@joeyhewitt.com> | 2019-10-04 16:33:18 -0600 |
---|---|---|
committer | Joey Hewitt <joey@joeyhewitt.com> | 2019-10-04 16:33:25 -0600 |
commit | e11c95a091cd8b1dbdda8307565283b0c2377de2 (patch) | |
tree | a7555bc0e20c2b8e04c60a820581454ee4a6f4ac | |
parent | 077bb8e54ba3917f04275ac4bc9331441dea09b4 (diff) | |
download | device_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.rc | 1 | ||||
-rw-r--r-- | t0lte.mk | 1 |
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 @@ -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) |