summaryrefslogtreecommitdiffstats
path: root/libs/utils/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/utils/Android.mk')
-rw-r--r--libs/utils/Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk
index 30b6733..afad48e 100644
--- a/libs/utils/Android.mk
+++ b/libs/utils/Android.mk
@@ -55,7 +55,6 @@ commonSources:= \
#
hostSources:= \
InetAddress.cpp \
- Pipe.cpp \
Socket.cpp \
ZipEntry.cpp \
ZipFile.cpp
@@ -71,12 +70,7 @@ ifeq ($(HOST_OS),linux)
# Use the futex based mutex and condition variable
# implementation from android-arm because it's shared mem safe
LOCAL_SRC_FILES += \
- futex_synchro.c \
- executablepath_linux.cpp
-endif
-ifeq ($(HOST_OS),darwin)
- LOCAL_SRC_FILES += \
- executablepath_darwin.cpp
+ futex_synchro.c
endif
LOCAL_MODULE:= libutils