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
This commit is contained in:
@@ -15,7 +15,6 @@ LOCAL_SRC_FILES := \
|
||||
LOCAL_C_INCLUDES += external/zlib
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libandroidfw \
|
||||
libutils \
|
||||
libcutils
|
||||
|
||||
|
@@ -20,8 +20,8 @@
|
||||
|
||||
#define LOG_TAG "zip"
|
||||
|
||||
#include <androidfw/ZipUtils.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/ZipUtils.h>
|
||||
|
||||
#include "ZipFile.h"
|
||||
|
||||
|
Reference in New Issue
Block a user