Skip to content

Commit

Permalink
New aapt/aapt2 binaries (#2787)
Browse files Browse the repository at this point in the history
* feat: new aapt1/aap2 binaries for mac (static)

* feat: new aapt1/aapt2 binaries for unix/mac (static)

* feat (aapt2): allow reserved pkgIds
  • Loading branch information
iBotPeaches authored Mar 28, 2022
1 parent fc28ac5 commit b910df7
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ private void aapt2Package(File apkFile, File manifest, File resDir, File rawDir,
cmd.add("--no-version-transitions");
cmd.add("--no-resource-deduping");

cmd.add("--allow-reserved-package-id");

if (mSparseResources) {
cmd.add("--enable-sparse-encoding");
}
Expand Down
Binary file modified brut.apktool/apktool-lib/src/main/resources/prebuilt/linux/aapt
Binary file not shown.
Binary file modified brut.apktool/apktool-lib/src/main/resources/prebuilt/linux/aapt2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b910df7

Please sign in to comment.