]> git.saurik.com Git - android/aapt.git/commitdiff
frameworks/base: move Zip* from libandroidfw to libutils
authorColin Cross <ccross@android.com>
Fri, 23 Mar 2012 01:43:07 +0000 (18:43 -0700)
committerColin Cross <ccross@android.com>
Fri, 23 Mar 2012 01:43:07 +0000 (18:43 -0700)
ZipUtils is needed by build/tools, move it from libandroidfw
(frameworks/base) to libutils (frameworks/native).

Change-Id: I2b4b7adcdf68eb25ee7cba5dd3b69eadf0523af3

ZipFile.cpp

index 8057068dd685f96bae5e167b41db6a4598bb6c84..3994c3190a74f84248a18df50a722bd057bf33a4 100644 (file)
@@ -20,8 +20,8 @@
 
 #define LOG_TAG "zip"
 
-#include <androidfw/ZipUtils.h>
 #include <utils/Log.h>
+#include <utils/ZipUtils.h>
 
 #include "ZipFile.h"