]> git.saurik.com Git - android/aapt.git/commit
Add LFH offset to verbose list of APK
authorKenny Root <kroot@google.com>
Wed, 25 Aug 2010 14:36:31 +0000 (07:36 -0700)
committerKenny Root <kroot@google.com>
Wed, 25 Aug 2010 14:38:33 +0000 (07:38 -0700)
commit4838f309b07064a9c8a3dfcc071b6b5787fd682b
treef966bada6758f02384ed68cd236d933c231bce6d
parent74fa3103e7da68b2804b9de544b9669850e13900
Add LFH offset to verbose list of APK

The Local File Header (LFH) offset is printed in debugging cases when
the platform is inspecting APKs. This adds the LFH offset field to the
list of contents of an APK, so that it can be checked easily against the
Central Directory (CD).

Change-Id: I08f9a13256bfe6563c1a963c4f0289789b2e7857
Command.cpp
ZipEntry.h