Don't compress entries in R8 exclude deps
This is to be consistent with the old version
Bug: 301573288
Change-Id: I6f827454f4ad5309489be4fd7bd663f7cea9104c
diff --git a/d8_r8/main/build.gradle.kts b/d8_r8/main/build.gradle.kts
index f5b75b8..84e22483 100644
--- a/d8_r8/main/build.gradle.kts
+++ b/d8_r8/main/build.gradle.kts
@@ -124,6 +124,7 @@
from(keepAnnoJarTask.outputs.files.map(::zipTree))
from(resourceShrinkerJarTask.outputs.files.map(::zipTree))
from(consolidatedLicense)
+ entryCompression = ZipEntryCompression.STORED
manifest {
attributes["Main-Class"] = "com.android.tools.r8.SwissArmyKnife"
}