Fix fastboot for Darwin.
bug 16172793 Change-Id: Ib58446effc13a6e465d176da141b025d36841b8f
This commit is contained in:
parent
1efcdeffe5
commit
bd87944805
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue