am 721f189a: Merge "fix adb build on Darwin"
* commit '721f189a0571ab51388c8a223f343f3da78f28df': fix adb build on Darwin
This commit is contained in:
commit
6ebaf311a7
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ ifeq ($(HOST_OS),darwin)
|
||||||
USB_SRCS := usb_osx.c
|
USB_SRCS := usb_osx.c
|
||||||
EXTRA_SRCS := get_my_path_darwin.c
|
EXTRA_SRCS := get_my_path_darwin.c
|
||||||
LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit -framework Carbon
|
LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit -framework Carbon
|
||||||
|
LOCAL_CFLAGS += -Wno-sizeof-pointer-memaccess -Wno-unused-parameter
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),freebsd)
|
ifeq ($(HOST_OS),freebsd)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue