summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2013-12-16 21:37:27 +0000
committerGuang Zhu <guangzhu@google.com>2013-12-16 21:37:27 +0000
commit52dacd58ac8735ffdcd6bbe952586a38ad70e6a5 (patch)
treeaa337f0469042dc58e123c5e501c463126cf704a /dexdump
parentac4202a846965a6b5a88001a8ad3d5321edeb81c (diff)
downloadandroid_dalvik-52dacd58ac8735ffdcd6bbe952586a38ad70e6a5.tar.gz
android_dalvik-52dacd58ac8735ffdcd6bbe952586a38ad70e6a5.tar.bz2
android_dalvik-52dacd58ac8735ffdcd6bbe952586a38ad70e6a5.zip
Revert "Use libziparchive for dalvik zip processing."
Bug: 12173498 This reverts commit ac4202a846965a6b5a88001a8ad3d5321edeb81c. Change-Id: Ie48d873bded13e0f73cb1e926dbcd30a66933176
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 cb0564b0f..b825146d6 100644
--- a/dexdump/Android.mk
+++ b/dexdump/Android.mk
@@ -26,8 +26,7 @@ dexdump_c_includes := \
dexdump_shared_libraries :=
dexdump_static_libraries := \
- libdex \
- libutils
+ libdex
##
##