summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2013-12-16 23:55:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-12-16 23:55:12 +0000
commita2014f266254027e61ce9f89ad07ab83bd165cec (patch)
tree35bc867683cfd4a98e995c9df8b28023b8091406 /dexdump
parentfd154858ac3d7f8fce1c2d277b6cde216e0ad283 (diff)
parent52dacd58ac8735ffdcd6bbe952586a38ad70e6a5 (diff)
downloadandroid_dalvik-a2014f266254027e61ce9f89ad07ab83bd165cec.tar.gz
android_dalvik-a2014f266254027e61ce9f89ad07ab83bd165cec.tar.bz2
android_dalvik-a2014f266254027e61ce9f89ad07ab83bd165cec.zip
Merge "Revert "Use libziparchive for dalvik zip processing.""
Diffstat (limited to 'dexdump')
-rw-r--r--dexdump/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/dexdump/Android.mk b/dexdump/Android.mk
index 604184614..a6c954539 100644
--- a/dexdump/Android.mk
+++ b/dexdump/Android.mk
@@ -24,8 +24,7 @@ dexdump_c_includes := \
dalvik
dexdump_static_libraries := \
- libdex \
- libutils
+ libdex
##
##