summaryrefslogtreecommitdiff
path: root/RemoteProcess.mk
diff options
context:
space:
mode:
Diffstat (limited to 'RemoteProcess.mk')
-rw-r--r--RemoteProcess.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/RemoteProcess.mk b/RemoteProcess.mk
index 8dae0e4..d30020f 100644
--- a/RemoteProcess.mk
+++ b/RemoteProcess.mk
@@ -32,7 +32,7 @@ else
SUFFIX :=
endif
-LOCAL_MODULE := remote_process$(SUFFIX)
+LOCAL_MODULE := remote-process$(SUFFIX)
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_SRC_FILES := upstream/remote-process/main.cpp
LOCAL_C_INCLUDES := \
@@ -40,10 +40,9 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/support/android/asio
LOCAL_CFLAGS := \
- -DASIO_STANDALONE -frtti -isystem \
- $(LOCAL_PATH)/asio/include -DASIO_DISABLE_STD_SYSTEM_ERROR \
- -fexceptions
+ -frtti -fexceptions \
+ -isystem $(LOCAL_PATH)/asio/include
-LOCAL_SHARED_LIBRARIES := libremote-processor$(SUFFIX)
+LOCAL_SHARED_LIBRARIES := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX)
-LOCAL_CLANG := true \ No newline at end of file
+LOCAL_CLANG := true