Merge "Move fastboot's Windows code to C++."
This commit is contained in:
commit
75d47421d0
3 changed files with 3 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ ifeq ($(HOST_OS),darwin)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),windows)
|
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
|
EXTRA_STATIC_LIBS := AdbWinApi
|
||||||
ifneq ($(strip $(USE_CYGWIN)),)
|
ifneq ($(strip $(USE_CYGWIN)),)
|
||||||
# Pure cygwin case
|
# Pure cygwin case
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "fastboot.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
Loading…
Add table
Reference in a new issue