summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-12-13 10:48:38 +0000
committerNarayan Kamath <narayan@google.com>2013-12-13 14:24:20 +0000
commitac4202a846965a6b5a88001a8ad3d5321edeb81c (patch)
tree18b1f420ba0c5cb25df9273ff4a729931669cfd8 /dexdump
parent0433badc9b593cba85ec4e1f60ad1d75d1e99757 (diff)
downloadandroid_dalvik-ac4202a846965a6b5a88001a8ad3d5321edeb81c.tar.gz
android_dalvik-ac4202a846965a6b5a88001a8ad3d5321edeb81c.tar.bz2
android_dalvik-ac4202a846965a6b5a88001a8ad3d5321edeb81c.zip
Use libziparchive for dalvik zip processing.
The API was similar enough that we could just delegate to existing zip functions. The existing ZipArchiveHandle / ZipEntry types have been reused instead of defining new types. The old ZipArchive type has been removed because it serves no useful purpose, and no code was using it anyway. Change-Id: I47f12344d1e6efc234fed50b1613f9f179a9b03f
Diffstat (limited to 'dexdump')
-rw-r--r--dexdump/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/dexdump/Android.mk b/dexdump/Android.mk
index b825146d6..cb0564b0f 100644
--- a/dexdump/Android.mk
+++ b/dexdump/Android.mk
@@ -26,7 +26,8 @@ dexdump_c_includes := \
dexdump_shared_libraries :=
dexdump_static_libraries := \
- libdex
+ libdex \
+ libutils
##
##