summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/telephony/ril.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 66458a7..7cd9c22 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -32,6 +32,10 @@ extern "C" {
#endif
+#ifndef RIL_QCOM_VERSION
+#define RIL_QCOM_VERSION 3
+#endif
+
#if defined(ANDROID_SIM_COUNT_2)
#define SIM_COUNT 2
#elif defined(ANDROID_SIM_COUNT_3)