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

Commit c636b64e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move fastboot's Windows code to C++.

Change-Id: I92414594cbdbc1896402c6d950d890042f8df6cf
parent dc80d03e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ ifeq ($(HOST_OS),darwin)
endif

ifeq ($(HOST_OS),windows)
  LOCAL_SRC_FILES += usb_windows.c util_windows.c
  LOCAL_SRC_FILES += usb_windows.cpp util_windows.cpp
  EXTRA_STATIC_LIBS := AdbWinApi
  ifneq ($(strip $(USE_CYGWIN)),)
    # Pure cygwin case
+0 −0

File moved.

+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@
 * SUCH DAMAGE.
 */

#include "fastboot.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>