summaryrefslogtreecommitdiffstats
path: root/minzip/Android.mk
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-11 01:41:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-11 01:41:52 +0100
commit71c657a10e39cc99b718fd88784c1437c10fb79e (patch)
treedb80ceb33f745ee7fe076d0d58ce33aa18a7ff47 /minzip/Android.mk
parentMerge "IO fault injection for OTA packages" (diff)
parentFix some memory leaks. (diff)
downloadandroid_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.tar
android_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.tar.gz
android_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.tar.bz2
android_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.tar.lz
android_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.tar.xz
android_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.tar.zst
android_bootable_recovery-71c657a10e39cc99b718fd88784c1437c10fb79e.zip
Diffstat (limited to 'minzip/Android.mk')
-rw-r--r--minzip/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/minzip/Android.mk b/minzip/Android.mk
index 22eabfbb1..3d36fd64e 100644
--- a/minzip/Android.mk
+++ b/minzip/Android.mk
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
Hash.c \
SysUtil.c \
- DirUtil.c \
+ DirUtil.cpp \
Inlines.c \
Zip.c