Merge "adb: win32: fix Unicode console output"
This commit is contained in:
commit
52126a414b
|
@ -16,6 +16,8 @@
|
|||
|
||||
#define TRACE_TAG ADB
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include "bugreport.h"
|
||||
|
||||
#include <string>
|
||||
|
@ -24,8 +26,6 @@
|
|||
#include <android-base/file.h>
|
||||
#include <android-base/strings.h>
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include "adb_utils.h"
|
||||
#include "client/file_sync_client.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue