feat: remove AAPT2 argument unavailable in stable version of platform-tools

This commit is contained in:
oSumAtrIX 2023-08-22 18:49:52 +02:00
parent 863b73877e
commit 24c0bd96ee
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -180,7 +180,8 @@ public class AaptInvoker {
cmd.add("--allow-reserved-package-id");
cmd.add("--no-compile-sdk-metadata");
// TODO: Add this back, once AAPT2 from platform-tools 34.0.4 is stable
// cmd.add("--no-compile-sdk-metadata");
if (mApkInfo.sparseResources) {
cmd.add("--enable-sparse-encoding");