From c694ff0dacbddb44d13a3910b329c33af5a2d997 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Sun, 27 Mar 2016 21:04:38 +0200 Subject: [PATCH] libril: Move vendor commands header Devices can now override this header in the device tree. Change-Id: I6e3814342ee22513e556ba92264b0c2651722af3 --- .../telephony}/ril_commands_vendor.h | 0 .../telephony}/ril_unsol_commands_vendor.h | 0 ril/libril/ril.cpp | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) rename ril/{libril => include/telephony}/ril_commands_vendor.h (100%) rename ril/{libril => include/telephony}/ril_unsol_commands_vendor.h (100%) diff --git a/ril/libril/ril_commands_vendor.h b/ril/include/telephony/ril_commands_vendor.h similarity index 100% rename from ril/libril/ril_commands_vendor.h rename to ril/include/telephony/ril_commands_vendor.h diff --git a/ril/libril/ril_unsol_commands_vendor.h b/ril/include/telephony/ril_unsol_commands_vendor.h similarity index 100% rename from ril/libril/ril_unsol_commands_vendor.h rename to ril/include/telephony/ril_unsol_commands_vendor.h diff --git a/ril/libril/ril.cpp b/ril/libril/ril.cpp index 888ee48..3e35239 100644 --- a/ril/libril/ril.cpp +++ b/ril/libril/ril.cpp @@ -345,16 +345,16 @@ static CommandInfo s_commands[] = { #include "ril_commands.h" }; -static CommandInfo s_commands_v[] = { -#include "ril_commands_vendor.h" -}; - static UnsolResponseInfo s_unsolResponses[] = { #include "ril_unsol_commands.h" }; +static CommandInfo s_commands_v[] = { +#include +}; + static UnsolResponseInfo s_unsolResponses_v[] = { -#include "ril_unsol_commands_vendor.h" +#include }; /* For older RILs that do not support new commands RIL_REQUEST_VOICE_RADIO_TECH and