Fix fastboot for Darwin.

bug 16172793

Change-Id: Ib58446effc13a6e465d176da141b025d36841b8f
This commit is contained in:
Tim Murray 2014-07-24 19:27:37 -07:00
parent 1efcdeffe5
commit bd87944805

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)