Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f14d85d6 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

libutils clean-up

Change-Id: I93a0fef582580282d62379ddba3ae2d50f3ea0c5
parent e2a92eb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES += external/zlib

LOCAL_STATIC_LIBRARIES := \
	libandroidfw \
	libutils \
	libcutils \
	liblog
+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@

#define LOG_TAG "zip"

#include <androidfw/ZipUtils.h>
#include <utils/Log.h>
#include <utils/ZipUtils.h>

#include "ZipFile.h"