am 2c504467: am d6e9a1f5: Merge "Fix Mac build."

* commit '2c5044675b1abfae08ce1c5926e02db2272692ca':
  Fix Mac build.
This commit is contained in:
Dan Albert 2015-02-25 16:52:27 +00:00 committed by Android Git Automerger
commit 01ba758282

View file

@ -28,7 +28,7 @@ LIBADB_CFLAGS := \
-D_XOPEN_SOURCE -D_GNU_SOURCE \ -D_XOPEN_SOURCE -D_GNU_SOURCE \
-fvisibility=hidden \ -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_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 LIBADB_windows_SRC_FILES := get_my_path_windows.c sysdeps_win32.c usb_windows.c