summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2018-06-22 12:34:25 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:05:01 +0200
commitc7ab9c910b11fd826493cf6d24d3a956f5a65a88 (patch)
tree6b843df6c470a39ce6cb2d58559079ec4e6ee195
parent9aa170618ab5c490ebf48f5f64251c2826ec472a (diff)
downloadandroid_hardware_ril-lineage-17.1.tar.gz
android_hardware_ril-lineage-17.1.tar.bz2
android_hardware_ril-lineage-17.1.zip
Make RIL command headers overlayable by devices.staging/lineage-17.0_merge-android-10.0.0_r9lineage-17.1
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() {