Workaround for not handling Zip64.
In the PackageAndroidArtifact, when receiving a Zip64 not handled exception, we will copy the zip64 file into a new one stripping all the .class files. This should hopefully generate a much smaller Zip file that's below the 64K limit. Bug : b.android.com/232803 Test: added unit tests. Change-Id: I536568dd86a4015a8dbc2fdfd8c896c2c4831543
Loading