summaryrefslogtreecommitdiffstats
path: root/reference-ril
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2017-03-28 14:53:04 -0700
committerJeff Tinker <jtinker@google.com>2017-03-28 22:08:56 +0000
commit05bab0b719b75925482ab8631ceefc279ecb8656 (patch)
treeb913a965b5568656db8016e43c35dba7738bd89f /reference-ril
parent57b7ea7410e30ca7d33971886e3efc0a8e39995e (diff)
downloadandroid_hardware_ril-05bab0b719b75925482ab8631ceefc279ecb8656.tar.gz
android_hardware_ril-05bab0b719b75925482ab8631ceefc279ecb8656.tar.bz2
android_hardware_ril-05bab0b719b75925482ab8631ceefc279ecb8656.zip
Revert "Emulator: adjust reference-ril to the refactored qemu_pipe"
This reverts commit 4799b529349e229cba4c2d5fe48454a8b3d32d09. This change is being reverted because it broke the git_master build for full-eng and other targets.
Diffstat (limited to 'reference-ril')
-rw-r--r--reference-ril/Android.mk4
-rw-r--r--reference-ril/reference-ril.c2
2 files changed, 2 insertions, 4 deletions
diff --git a/reference-ril/Android.mk b/reference-ril/Android.mk
index c79cd5e..d9908c1 100644
--- a/reference-ril/Android.mk
+++ b/reference-ril/Android.mk
@@ -14,12 +14,10 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
liblog libcutils libutils libril librilutils
-LOCAL_STATIC_LIBRARIES := libqemu_pipe libbase
-
# for asprinf
LOCAL_CFLAGS := -D_GNU_SOURCE
-LOCAL_C_INCLUDES := system/core/qemu_pipe/include
+LOCAL_C_INCLUDES :=
ifeq ($(TARGET_DEVICE),sooner)
LOCAL_CFLAGS += -DUSE_TI_COMMANDS
diff --git a/reference-ril/reference-ril.c b/reference-ril/reference-ril.c
index e8b45ef..9b9c624 100644
--- a/reference-ril/reference-ril.c
+++ b/reference-ril/reference-ril.c
@@ -37,7 +37,7 @@
#include <cutils/sockets.h>
#include <sys/system_properties.h>
#include <termios.h>
-#include <qemu_pipe.h>
+#include <system/qemu_pipe.h>
#include "ril.h"