diff options
author | Dan Albert <danalbert@google.com> | 2015-02-24 22:28:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-24 22:28:54 +0000 |
commit | d6e9a1f5a357663ce4a42155829420b263996eb3 (patch) | |
tree | 058e160b92d4a589aba8e6d8003c8e23a686c2a1 | |
parent | a63b7d595b9cb35b7493662daf8840835229c7fb (diff) | |
parent | fdf8722491cf5fd21b5d897578c24fec4bb62682 (diff) | |
download | system_core-d6e9a1f5a357663ce4a42155829420b263996eb3.zip system_core-d6e9a1f5a357663ce4a42155829420b263996eb3.tar.gz system_core-d6e9a1f5a357663ce4a42155829420b263996eb3.tar.bz2 |
Merge "Fix Mac build."
-rw-r--r-- | adb/Android.mk | 2 |
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 |