Merge "Fix fastboot for Darwin."

This commit is contained in:
Tim Murray 2014-07-25 02:29:37 +00:00 committed by Gerrit Code Review
commit c894ced183

View file

@ -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)