Revert "fix: Applications with implicit sdk versioning lose that information"

This reverts commit 25a164dd10.
This commit is contained in:
Connor Tumbleson 2018-04-06 14:57:09 -04:00
parent db59f93e36
commit bb42ef068e

View File

@ -692,10 +692,6 @@ public class Androlib {
if (inputFile.isDirectory()) {
continue;
}
if (! inputFile.isFile()) {
LOGGER.warning(String.format("File could not be located: %s", normalizedPath));
continue;
}
LOGGER.fine(String.format("Copying uncompressed asset: %s", normalizedPath));
ZipEntry newEntry = getStoredZipEntry(normalizedPath, inputFile);