summaryrefslogtreecommitdiffstats
path: root/rild
diff options
context:
space:
mode:
authorDavid Turner <digit@google.com>2016-06-21 07:38:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-21 07:38:02 +0000
commit47a81105daa5e406b5bad4a734a734ed37edb076 (patch)
tree573ab253a653897fda6a5499ba9f47169b3d5aa1 /rild
parente8505bf06e2f17babe479230e62e6e7d1b8c4bca (diff)
parent2e98d891bb5f6cbebc56473a5d77c9554dc1dffd (diff)
downloadandroid_hardware_ril-47a81105daa5e406b5bad4a734a734ed37edb076.tar.gz
android_hardware_ril-47a81105daa5e406b5bad4a734a734ed37edb076.tar.bz2
android_hardware_ril-47a81105daa5e406b5bad4a734a734ed37edb076.zip
Merge "[qemu]: Use new <system/qemu_pipe.h> header."
Diffstat (limited to 'rild')
-rw-r--r--rild/rild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rild/rild.c b/rild/rild.c
index c63da38..8d02715 100644
--- a/rild/rild.c
+++ b/rild/rild.c
@@ -36,7 +36,7 @@
#include <libril/ril_ex.h>
#include <private/android_filesystem_config.h>
-#include "hardware/qemu_pipe.h"
+#include <system/qemu_pipe.h>
#define LIB_PATH_PROPERTY "rild.libpath"
#define LIB_ARGS_PROPERTY "rild.libargs"
@@ -233,7 +233,7 @@ int main(int argc, char **argv) {
sleep(1);
- fd = qemu_pipe_open("qemud:gsm");
+ fd = qemu_pipe_open("pipe:qemud:gsm");
if (fd < 0) {
fd = socket_local_client(
QEMUD_SOCKET_NAME,