commit | 797654a452916a7de7eeb2182a59a54d60f4b1f0 | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Thu Jul 23 12:59:42 2009 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Thu Jul 23 12:59:42 2009 -0700 |
tree | 5dd14fbfc01ac94ffc687a245d3a3753442543c1 | |
parent | 3b1edb4d39aa5296aa36a2988e5263f1b934be29 [diff] |
Use Apache Commons Compress instead of java.util.zip When the SDK installer unarchives the zip files, it is important to keep the permissions for executable (Linux/MacOS) or the tools required to build applications (aapt, aidl, ...) won't work. Since java.util.zip does not provide support for permissions, we now use the Apache Commons Compress component that allows us to read the permission from the archive.