summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2016-03-27 21:04:38 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-03-28 13:40:00 -0700
commitc694ff0dacbddb44d13a3910b329c33af5a2d997 (patch)
tree0908bcd3f5527c532356de623fa8e2267fc941ef
parent812f99ca0fe3e2d09fa9e58f9d7b17dd1764fe9d (diff)
downloadandroid_hardware_samsung-c694ff0dacbddb44d13a3910b329c33af5a2d997.tar.gz
android_hardware_samsung-c694ff0dacbddb44d13a3910b329c33af5a2d997.tar.bz2
android_hardware_samsung-c694ff0dacbddb44d13a3910b329c33af5a2d997.zip
libril: Move vendor commands header
Devices can now override this header in the device tree. Change-Id: I6e3814342ee22513e556ba92264b0c2651722af3
-rw-r--r--ril/include/telephony/ril_commands_vendor.h (renamed from ril/libril/ril_commands_vendor.h)0
-rw-r--r--ril/include/telephony/ril_unsol_commands_vendor.h (renamed from ril/libril/ril_unsol_commands_vendor.h)0
-rw-r--r--ril/libril/ril.cpp10
3 files changed, 5 insertions, 5 deletions
diff --git a/ril/libril/ril_commands_vendor.h b/ril/include/telephony/ril_commands_vendor.h
index 9121407..9121407 100644
--- a/ril/libril/ril_commands_vendor.h
+++ b/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
index 0a9b657..0a9b657 100644
--- a/ril/libril/ril_unsol_commands_vendor.h
+++ b/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 <telephony/ril_commands_vendor.h>
+};
+
static UnsolResponseInfo s_unsolResponses_v[] = {
-#include "ril_unsol_commands_vendor.h"
+#include <telephony/ril_unsol_commands_vendor.h>
};
/* For older RILs that do not support new commands RIL_REQUEST_VOICE_RADIO_TECH and