Skip to content

Commit

Permalink
am c894ced: Merge "Fix fastboot for Darwin."
Browse files Browse the repository at this point in the history
* commit 'c894ced1837117aa3e2dfae702ef51c35b5d74d9':
  Fix fastboot for Darwin.
  • Loading branch information
Tim Murray authored and Android Git Automerger committed Jul 25, 2014
2 parents 6ebaf31 + c894ced commit 3a5f3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastboot/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3a5f3db

Please sign in to comment.