summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-24 22:28:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-24 22:28:54 +0000
commitd6e9a1f5a357663ce4a42155829420b263996eb3 (patch)
tree058e160b92d4a589aba8e6d8003c8e23a686c2a1
parenta63b7d595b9cb35b7493662daf8840835229c7fb (diff)
parentfdf8722491cf5fd21b5d897578c24fec4bb62682 (diff)
downloadsystem_core-d6e9a1f5a357663ce4a42155829420b263996eb3.zip
system_core-d6e9a1f5a357663ce4a42155829420b263996eb3.tar.gz
system_core-d6e9a1f5a357663ce4a42155829420b263996eb3.tar.bz2
Merge "Fix Mac build."
-rw-r--r--adb/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 2656268..327591f 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