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.
diff --git a/build/sdk.atree b/build/sdk.atree
index a5dc1fe..72de93b 100644
--- a/build/sdk.atree
+++ b/build/sdk.atree
@@ -127,6 +127,7 @@
 
 # sdkmanager
 bin/android tools/android
+framework/commons-compress-1.0.jar tools/lib/commons-compress-1.0.jar
 framework/sdklib.jar tools/lib/sdklib.jar
 framework/sdkuilib.jar tools/lib/sdkuilib.jar
 framework/sdkmanager.jar tools/lib/sdkmanager.jar