diff options
Diffstat (limited to 'remote-processor')
-rw-r--r-- | remote-processor/Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remote-processor/Android.mk b/remote-processor/Android.mk index e55b158..79f5059 100644 --- a/remote-processor/Android.mk +++ b/remote-processor/Android.mk @@ -1,10 +1,10 @@ -LOCAL_PATH:= $(call my-dir) +LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES) -LOCAL_SRC_FILES:= \ +LOCAL_SRC_FILES := \ Socket.cpp \ ListeningSocket.cpp \ ConnectionSocket.cpp \ @@ -14,7 +14,7 @@ LOCAL_SRC_FILES:= \ RemoteProcessorServer.cpp \ RemoteProcessorServerBuilder.cpp -LOCAL_MODULE:= libremote-processor +LOCAL_MODULE := libremote-processor LOCAL_MODULE_TAGS := optional |