From 54feffcbbe38fb952bbe813b04fe7021de8ad790 Mon Sep 17 00:00:00 2001 From: Ravinder Konka Date: Mon, 19 Jan 2015 17:00:15 +0530 Subject: Enabling RIL_QCOM_VERSION Change-Id: I6706472d259d06841b87530c97782a95d2971b6c CRs-Fixed: 775430 --- include/telephony/ril.h | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3