Merge "adb doesn't actually use libzipfile."
This commit is contained in:
commit
48f25fa974
3 changed files with 0 additions and 3 deletions
|
|
@ -155,7 +155,6 @@ LOCAL_MODULE_TAGS := debug
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libadb \
|
libadb \
|
||||||
libzipfile \
|
|
||||||
libcrypto_static \
|
libcrypto_static \
|
||||||
$(EXTRA_STATIC_LIBS) \
|
$(EXTRA_STATIC_LIBS) \
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
#define TRACE_TAG TRACE_ADB
|
#define TRACE_TAG TRACE_ADB
|
||||||
#include "adb_client.h"
|
#include "adb_client.h"
|
||||||
#include "adb_io.h"
|
#include "adb_io.h"
|
||||||
#include "zipfile/zipfile.h"
|
|
||||||
|
|
||||||
static transport_type __adb_transport = kTransportAny;
|
static transport_type __adb_transport = kTransportAny;
|
||||||
static const char* __adb_serial = NULL;
|
static const char* __adb_serial = NULL;
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@
|
||||||
#include "adb_client.h"
|
#include "adb_client.h"
|
||||||
#include "adb_io.h"
|
#include "adb_io.h"
|
||||||
#include "file_sync_service.h"
|
#include "file_sync_service.h"
|
||||||
#include "zipfile/zipfile.h"
|
|
||||||
|
|
||||||
static unsigned long long total_bytes;
|
static unsigned long long total_bytes;
|
||||||
static long long start_time;
|
static long long start_time;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue