summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2018-06-22 12:34:25 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-09-14 01:02:07 +0300
commite25f9a0b29af67a45325308b2039d4c8336691ba (patch)
tree6b843df6c470a39ce6cb2d58559079ec4e6ee195
parent62298a282c93b3463d9cd0e9381ee0d897dcc3a5 (diff)
downloadandroid_hardware_ril-lineage-17.0.tar.gz
android_hardware_ril-lineage-17.0.tar.bz2
android_hardware_ril-lineage-17.0.zip
Make RIL command headers overlayable by devices.lineage-17.0
Change-Id: I73e11e10dd18d0ed73fa063091bc2bde35014b5f
-rw-r--r--libril/ril.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libril/ril.cpp b/libril/ril.cpp
index aab8074..c60cd6b 100644
--- a/libril/ril.cpp
+++ b/libril/ril.cpp
@@ -192,11 +192,11 @@ static UserCallbackInfo * internalRequestTimedCallback
/** Index == requestNumber */
static CommandInfo s_commands[] = {
-#include "ril_commands.h"
+#include <ril_commands.h>
};
static UnsolResponseInfo s_unsolResponses[] = {
-#include "ril_unsol_commands.h"
+#include <ril_unsol_commands.h>
};
char * RIL_getServiceName() {