Loading fastboot/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
fastboot/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -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