diff options
Diffstat (limited to 'libcutils/Android.mk')
-rw-r--r-- | libcutils/Android.mk | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 6207f1f..f8dda36 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk @@ -24,11 +24,9 @@ endif hostSmpFlag := -DANDROID_SMP=0 commonSources := \ - array.c \ hashmap.c \ atomic.c.arm \ native_handle.c \ - buffer.c \ socket_inaddr_any_server.c \ socket_local_client.c \ socket_local_server.c \ @@ -45,8 +43,6 @@ commonSources := \ strdup8to16.c \ record_stream.c \ process_name.c \ - properties.c \ - qsort_r_compat.c \ threads.c \ sched_policy.c \ iosched_policy.c \ @@ -69,16 +65,10 @@ ifneq ($(strip $(USE_MINGW)),) WINDOWS_HOST_ONLY := 1 endif -ifeq ($(WINDOWS_HOST_ONLY),1) +ifneq ($(WINDOWS_HOST_ONLY),1) commonSources += \ - uio.c -else - commonSources += \ - abort_socket.c \ fs.c \ - selector.c \ - multiuser.c \ - zygote.c + multiuser.c endif @@ -113,8 +103,8 @@ LOCAL_SRC_FILES := $(commonSources) \ ashmem-dev.c \ debugger.c \ klog.c \ - mq.c \ partition_utils.c \ + properties.c \ qtaguid.c \ trace.c \ uevent.c |