summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Pasanen <invisiblek@cyanogenmod.org>2016-01-07 07:41:23 -0600
committerdoc HD <doc.divxm@gmail.com>2016-01-24 01:26:20 +0200
commitdee478d5000b7fabf46c11d4e206500ed89ebe53 (patch)
treec648f36419526b7d18c0c89b7a304b029ef7ed01
parente2b62ce737bae193f24480df18f7041f14f8c203 (diff)
ril: rename to VS980RIL and inherit LgeLteRIL
Change-Id: Idfe79c5aa47ed7fcbc9afd9bb06d157ab11c0662
-rw-r--r--BoardConfig.mk2
-rw-r--r--ril/telephony/java/com/android/internal/telephony/VS980RIL.java (renamed from ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java)8
-rw-r--r--system.prop2
3 files changed, 6 insertions, 6 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index f9930ab..fac5178 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -23,4 +23,4 @@ TARGET_OTA_ASSERT_DEVICE := vs980,g2,galbi
G2_DTS_TARGET := msm8974-g2-vzw
# RIL
-BOARD_RIL_CLASS := ../../../device/lge/vs980/ril/
+BOARD_RIL_CLASS += ../../../device/lge/vs980/ril/
diff --git a/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java b/ril/telephony/java/com/android/internal/telephony/VS980RIL.java
index 5ca564e..163201d 100644
--- a/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java
+++ b/ril/telephony/java/com/android/internal/telephony/VS980RIL.java
@@ -27,15 +27,15 @@ import com.android.internal.telephony.uicc.IccCardStatus;
*
* {@hide}
*/
-public class LgeLteRIL extends RIL implements CommandsInterface {
- static final String LOG_TAG = "LgeLteRIL";
+public class VS980RIL extends LgeLteRIL implements CommandsInterface {
+ static final String LOG_TAG = "VS980RIL";
- public LgeLteRIL(Context context, int preferredNetworkType,
+ public VS980RIL(Context context, int preferredNetworkType,
int cdmaSubscription, Integer instanceId) {
this(context, preferredNetworkType, cdmaSubscription);
}
- public LgeLteRIL(Context context, int networkMode, int cdmaSubscription) {
+ public VS980RIL(Context context, int networkMode, int cdmaSubscription) {
super(context, networkMode, cdmaSubscription);
}
diff --git a/system.prop b/system.prop
index c940701..aa5c304 100644
--- a/system.prop
+++ b/system.prop
@@ -31,4 +31,4 @@ DEVICE_PROVISIONED=1
ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83
ro.ril.force_eri_from_xml=true
ro.telephony.get_imsi_from_sim=true
-ro.telephony.ril_class=LgeLteRIL
+ro.telephony.ril_class=VS980RIL