mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02:00
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:
parent
057b35fcec
commit
c3ce154b72
@ -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.
|
||||||
|
|
||||||
|
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.
Loading…
x
Reference in New Issue
Block a user