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:
Colin Cross
2012-03-22 18:47:23 -07:00
parent d6bfbb652f
commit 0bf80735ec
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES += external/zlib
LOCAL_STATIC_LIBRARIES := \
libandroidfw \
libutils \
libcutils

View File

@@ -20,8 +20,8 @@
#define LOG_TAG "zip"
#include <androidfw/ZipUtils.h>
#include <utils/Log.h>
#include <utils/ZipUtils.h>
#include "ZipFile.h"