commit | c894ced1837117aa3e2dfae702ef51c35b5d74d9 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Fri Jul 25 02:29:37 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 24 22:43:23 2014 +0000 |
tree | 739974b09638fe58b0d979ab7c751b6c00308b6a | |
parent | 721f189a0571ab51388c8a223f343f3da78f28df [diff] | |
parent | bd87944805fad5a167f91e0b62a1035303dc2480 [diff] |
Merge "Fix fastboot for Darwin."
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index 73794a0..112bd02 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk
@@ -31,6 +31,7 @@ LOCAL_SRC_FILES += usb_osx.c util_osx.c LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit \ -framework Carbon + LOCAL_CFLAGS += -Wno-unused-parameter endif ifeq ($(HOST_OS),windows)