OSDN Git Service

Revert "Revert "Emulator: adjust reference-ril to the refactored qemu_pipe""
authorbohu <bohu@google.com>
Wed, 29 Mar 2017 19:20:46 +0000 (12:20 -0700)
committerbohu <bohu@google.com>
Thu, 30 Mar 2017 17:34:48 +0000 (10:34 -0700)
This reverts commit 05bab0b719b75925482ab8631ceefc279ecb8656.

Change-Id: I9064151573cf6fdc6b84f9708b5ae223ef42d318

reference-ril/Android.mk
reference-ril/reference-ril.c

index d9908c1..08681c1 100644 (file)
@@ -14,6 +14,8 @@ LOCAL_SRC_FILES:= \
 LOCAL_SHARED_LIBRARIES := \
     liblog libcutils libutils libril librilutils
 
+LOCAL_STATIC_LIBRARIES := libqemu_pipe libbase
+
 # for asprinf
 LOCAL_CFLAGS := -D_GNU_SOURCE
 
index 9b9c624..e8b45ef 100644 (file)
@@ -37,7 +37,7 @@
 #include <cutils/sockets.h>
 #include <sys/system_properties.h>
 #include <termios.h>
-#include <system/qemu_pipe.h>
+#include <qemu_pipe.h>
 
 #include "ril.h"