mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-01 07:47:55 +00:00
libril: Move vendor commands header
Devices can now override this header in the device tree. Change-Id: I6e3814342ee22513e556ba92264b0c2651722af3
This commit is contained in:
parent
812f99ca0f
commit
c694ff0dac
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue