libutils clean-up

Change-Id: I93a0fef582580282d62379ddba3ae2d50f3ea0c5
This commit is contained in:
Mathias Agopian 2013-05-06 20:19:54 -07:00
parent e2a92eb00e
commit f14d85d6fc
2 changed files with 2 additions and 1 deletions

View File

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

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"