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
commit7fea935590ad5629a1c8fe004f57ce79cf1c7a5a (patch)
tree65eb2eff1d578caa5ab7a81693e1307750f94dc0 /libs/utils/Android.mk
parentb53bfd25f5f8801c14a516eae8ccb6ff0db7e40a (diff)
downloadframeworks_base-7fea935590ad5629a1c8fe004f57ce79cf1c7a5a.zip
frameworks_base-7fea935590ad5629a1c8fe004f57ce79cf1c7a5a.tar.gz
frameworks_base-7fea935590ad5629a1c8fe004f57ce79cf1c7a5a.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