commit | bd87944805fad5a167f91e0b62a1035303dc2480 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Thu Jul 24 19:27:37 2014 -0700 |
committer | Tim Murray <timmurray@google.com> | Thu Jul 24 19:27:37 2014 -0700 |
tree | 739974b09638fe58b0d979ab7c751b6c00308b6a | |
parent | 1efcdeffe5ca9981112be5c7ec7c56e7ac0d6e49 [diff] |
Fix fastboot for Darwin. bug 16172793 Change-Id: Ib58446effc13a6e465d176da141b025d36841b8f
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)