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

Commit 48f25fa9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "adb doesn't actually use libzipfile."

parents 43b89c8e 46270d23
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ LOCAL_MODULE_TAGS := debug

LOCAL_STATIC_LIBRARIES := \
    libadb \
    libzipfile \
    libcrypto_static \
    $(EXTRA_STATIC_LIBS) \

+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
#define  TRACE_TAG  TRACE_ADB
#include "adb_client.h"
#include "adb_io.h"
#include "zipfile/zipfile.h"

static transport_type __adb_transport = kTransportAny;
static const char* __adb_serial = NULL;
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#include "adb_client.h"
#include "adb_io.h"
#include "file_sync_service.h"
#include "zipfile/zipfile.h"

static unsigned long long total_bytes;
static long long start_time;