Binaries: aapt/aapt2 updates (July 5, 2022) (#2846)

* feat: new aapt/aapt2 binaries (win/linux)

* feat: new aapt/aapt2 binaries (mac)

* docs: optimization techniques for aosp clone
This commit is contained in:
Connor Tumbleson 2022-07-10 07:21:24 -04:00 committed by GitHub
parent 057b35fcec
commit c3ce154b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 5 additions and 0 deletions

View File

@ -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 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. 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 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. we aren't building the entire AOSP package, the initial build is to just see if you are capable of building it.