summaryrefslogtreecommitdiffstats
path: root/libs/utils/Android.mk
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2009-05-27 16:01:39 -0700
committerAndy McFadden <fadden@android.com>2009-05-27 16:01:39 -0700
commitda416411e0598adbf180c187eb0c2bc08a4df283 (patch)
treeb59d59b32398ae96d876500125a81435f85eaba6 /libs/utils/Android.mk
parent75cb9e7a51ce6081f399a508f485405bbaa0b70a (diff)
downloadframeworks_native-da416411e0598adbf180c187eb0c2bc08a4df283.zip
frameworks_native-da416411e0598adbf180c187eb0c2bc08a4df283.tar.gz
frameworks_native-da416411e0598adbf180c187eb0c2bc08a4df283.tar.bz2
Sim-only files move, part 2/2.
Move Pipe and executablepath from libutils to the simulator, since nothing else uses them.
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