From a982dc05d7ca919c07f50e446549ef9dceadf6bd Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 22 Mar 2012 18:43:07 -0700 Subject: 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 --- libs/androidfw/Asset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/androidfw/Asset.cpp') diff --git a/libs/androidfw/Asset.cpp b/libs/androidfw/Asset.cpp index cb7628d1d5b1..fd5b3e458e35 100644 --- a/libs/androidfw/Asset.cpp +++ b/libs/androidfw/Asset.cpp @@ -23,11 +23,11 @@ #include #include -#include -#include #include #include #include +#include +#include #include #include -- cgit v1.2.3-59-g8ed1b