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

Commit 0bf80735 authored by Colin Cross's avatar Colin Cross
Browse files

build: move Zip* from libandroidfw to libutils

ZipUtils is needed by build/tools, move it from libandroidfw
(frameworks/base) to libutils (frameworks/native).

Change-Id: I188247d058f1baa0ebd14282208d496c4ba061be
parent d6bfbb65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES += external/zlib

LOCAL_STATIC_LIBRARIES := \
	libandroidfw \
	libutils \
	libcutils

+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@

#define LOG_TAG "zip"

#include <androidfw/ZipUtils.h>
#include <utils/Log.h>
#include <utils/ZipUtils.h>

#include "ZipFile.h"