summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-24 14:24:47 -0800
committerDan Albert <danalbert@google.com>2015-02-24 14:27:33 -0800
commitfdf8722491cf5fd21b5d897578c24fec4bb62682 (patch)
tree058e160b92d4a589aba8e6d8003c8e23a686c2a1 /adb/Android.mk
parenta63b7d595b9cb35b7493662daf8840835229c7fb (diff)
downloadsystem_core-fdf8722491cf5fd21b5d897578c24fec4bb62682.tar.gz
system_core-fdf8722491cf5fd21b5d897578c24fec4bb62682.tar.bz2
system_core-fdf8722491cf5fd21b5d897578c24fec4bb62682.zip
Fix Mac build.
Prior to https://android-review.googlesource.com/#/c/134253/ the makefile had assumed !Windows was the same as Linux, so the Mac was actually getting all the Linux sources as well. I mistakenly didn't add fdevent.cpp to the Darwin sources in that change. Change-Id: I4e12a394e9a2baf7c1e3c711a01a6b5fccbf79d9
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 265626822..327591fe7 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -28,7 +28,7 @@ LIBADB_CFLAGS := \
-D_XOPEN_SOURCE -D_GNU_SOURCE \
-fvisibility=hidden \
-LIBADB_darwin_SRC_FILES := get_my_path_darwin.c usb_osx.c
+LIBADB_darwin_SRC_FILES := fdevent.cpp get_my_path_darwin.c usb_osx.c
LIBADB_linux_SRC_FILES := fdevent.cpp get_my_path_linux.c usb_linux.c
LIBADB_windows_SRC_FILES := get_my_path_windows.c sysdeps_win32.c usb_windows.c