libutils clean-up
Change-Id: I93a0fef582580282d62379ddba3ae2d50f3ea0c5
This commit is contained in:
parent
e2a92eb00e
commit
f14d85d6fc
|
@ -15,6 +15,7 @@ LOCAL_SRC_FILES := \
|
|||
LOCAL_C_INCLUDES += external/zlib
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libandroidfw \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
#define LOG_TAG "zip"
|
||||
|
||||
#include <androidfw/ZipUtils.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/ZipUtils.h>
|
||||
|
||||
#include "ZipFile.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue