summaryrefslogtreecommitdiff
path: root/tools/aapt/ZipFile.cpp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-03-22 18:43:07 -0700
committerColin Cross <ccross@android.com>2012-03-22 18:43:07 -0700
commita982dc05d7ca919c07f50e446549ef9dceadf6bd (patch)
treee9b0e1564069bf39447db97b966a01c6dda66609 /tools/aapt/ZipFile.cpp
parent54c546223cd550d2995ec6d956a8e7963311a0a6 (diff)
frameworks/base: move Zip* from libandroidfw to libutils
ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: I2b4b7adcdf68eb25ee7cba5dd3b69eadf0523af3
Diffstat (limited to 'tools/aapt/ZipFile.cpp')
-rw-r--r--tools/aapt/ZipFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipFile.cpp b/tools/aapt/ZipFile.cpp
index 8057068dd685..3994c3190a74 100644
--- a/tools/aapt/ZipFile.cpp
+++ b/tools/aapt/ZipFile.cpp
@@ -20,8 +20,8 @@
#define LOG_TAG "zip"
-#include <androidfw/ZipUtils.h>
#include <utils/Log.h>
+#include <utils/ZipUtils.h>
#include "ZipFile.h"