summaryrefslogtreecommitdiffstats
path: root/fastboot/Android.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-07-24 19:27:37 -0700
committerTim Murray <timmurray@google.com>2014-07-24 19:27:37 -0700
commitbd87944805fad5a167f91e0b62a1035303dc2480 (patch)
tree739974b09638fe58b0d979ab7c751b6c00308b6a /fastboot/Android.mk
parent1efcdeffe5ca9981112be5c7ec7c56e7ac0d6e49 (diff)
downloadcore-bd87944805fad5a167f91e0b62a1035303dc2480.tar.gz
core-bd87944805fad5a167f91e0b62a1035303dc2480.tar.bz2
core-bd87944805fad5a167f91e0b62a1035303dc2480.zip
Fix fastboot for Darwin.
bug 16172793 Change-Id: Ib58446effc13a6e465d176da141b025d36841b8f
Diffstat (limited to 'fastboot/Android.mk')
-rw-r--r--fastboot/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index 73794a0f7..112bd021b 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -31,6 +31,7 @@ ifeq ($(HOST_OS),darwin)
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)