Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1efcdeff authored by Tim Murray's avatar Tim Murray
Browse files

fix adb build on Darwin

bug 16172793

Change-Id: Ia34b7148afc4c909f29037df91c04d6fd29a731e
parent 52508091
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ ifeq ($(HOST_OS),darwin)
  USB_SRCS := usb_osx.c
  EXTRA_SRCS := get_my_path_darwin.c
  LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit -framework Carbon
  LOCAL_CFLAGS += -Wno-sizeof-pointer-memaccess -Wno-unused-parameter
endif

ifeq ($(HOST_OS),freebsd)