Skip to content

Commit

Permalink
Binaries: aapt/aapt2 updates (July 5, 2022) (#2846)
Browse files Browse the repository at this point in the history
* feat: new aapt/aapt2 binaries (win/linux)

* feat: new aapt/aapt2 binaries (mac)

* docs: optimization techniques for aosp clone
  • Loading branch information
iBotPeaches committed Jul 10, 2022
1 parent 057b35f commit c3ce154
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ original as they were.
As cheesy as it is, just follow this [downloading](https://source.android.com/source/downloading.html) link in order
to get the source downloaded. This is no small download, expect to use 150-250GB.

Some optimization techniques for a smaller clone:

* `~/bin/repo init -u https://android.googlesource.com/platform/manifest -b master --partial-clone` - Partial clone
* `repo sync -c` - Only current branch

After that, you need to build AOSP via this [documentation](https://source.android.com/source/building.html) guide. Now
we aren't building the entire AOSP package, the initial build is to just see if you are capable of building it.

Expand Down
Binary file modified brut.apktool/apktool-lib/src/main/resources/prebuilt/linux/aapt
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.
Binary file not shown.

0 comments on commit c3ce154

Please sign in to comment.