commit | 721f189a0571ab51388c8a223f343f3da78f28df | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Fri Jul 25 01:42:25 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 24 20:55:36 2014 +0000 |
tree | 0d81478a8665b6f8a6db34abff99c33ef98fb420 | |
parent | 525080910efd55df0d562980b6139c0efcc8a47c [diff] | |
parent | 1efcdeffe5ca9981112be5c7ec7c56e7ac0d6e49 [diff] |
Merge "fix adb build on Darwin"
diff --git a/adb/Android.mk b/adb/Android.mk index 80427b8..80c1f9c 100644 --- a/adb/Android.mk +++ b/adb/Android.mk
@@ -24,6 +24,7 @@ USB_SRCS := usb_osx.c EXTRA_SRCS := get_my_path_darwin.c LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit -framework Carbon + LOCAL_CFLAGS += -Wno-sizeof-pointer-memaccess -Wno-unused-parameter endif ifeq ($(HOST_OS),freebsd)