mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
docs: add new build information for aapt2/aapt
This commit is contained in:
parent
2cbefeb91d
commit
ab6b6a5338
11
INTERNAL.md
11
INTERNAL.md
@ -266,7 +266,7 @@ The steps below are different per flavor and operating system.
|
|||||||
#### Linux / Windows
|
#### Linux / Windows
|
||||||
1. `source build/envsetup.sh`
|
1. `source build/envsetup.sh`
|
||||||
2. `lunch sdk-eng`
|
2. `lunch sdk-eng`
|
||||||
3. `make LOCAL_MULTILIB=64 USE_NINJA=false aapt`
|
3. `m aapt`
|
||||||
4. `strip out/host/linux-x86/bin/aapt`
|
4. `strip out/host/linux-x86/bin/aapt`
|
||||||
5. `strip out/host/linux-x86/bin/aapt_64`
|
5. `strip out/host/linux-x86/bin/aapt_64`
|
||||||
6. `strip out/host/windows-x86/bin/aapt.exe`
|
6. `strip out/host/windows-x86/bin/aapt.exe`
|
||||||
@ -274,9 +274,8 @@ The steps below are different per flavor and operating system.
|
|||||||
|
|
||||||
#### Mac
|
#### Mac
|
||||||
1. `source build/envsetup.sh`
|
1. `source build/envsetup.sh`
|
||||||
2. `lunch sdk-eng`
|
2. `m aapt`
|
||||||
3. `make LOCAL_MULTILIB=64 USE_NINJA=false aapt`
|
3. `strip out/host/darwin-x86/bin/aapt_64`
|
||||||
4. `strip out/host/darwin-x86/bin/aapt_64`
|
|
||||||
|
|
||||||
32/64 bit binaries will be built for Linux and Windows.
|
32/64 bit binaries will be built for Linux and Windows.
|
||||||
|
|
||||||
@ -285,7 +284,7 @@ The steps below are different per flavor and operating system.
|
|||||||
The steps below are different per flavor and operating system.
|
The steps below are different per flavor and operating system.
|
||||||
|
|
||||||
#### Linux / Windows
|
#### Linux / Windows
|
||||||
1. `make LOCAL_MULTILIB=64 USE_NINJA=false aapt2`
|
1. `m aapt2`
|
||||||
2. `strip out/host/linux-x86/bin/aapt2`
|
2. `strip out/host/linux-x86/bin/aapt2`
|
||||||
3. `strip out/host/linux-x86/bin/aapt2_64`
|
3. `strip out/host/linux-x86/bin/aapt2_64`
|
||||||
4. `strip out/host/windows-x86/bin/aapt2.exe`
|
4. `strip out/host/windows-x86/bin/aapt2.exe`
|
||||||
@ -294,7 +293,7 @@ The steps below are different per flavor and operating system.
|
|||||||
#### Mac
|
#### Mac
|
||||||
1. `export ANDROID_JAVA_HOME=/Path/To/Jdk`
|
1. `export ANDROID_JAVA_HOME=/Path/To/Jdk`
|
||||||
2. `source build/envsetup.sh`
|
2. `source build/envsetup.sh`
|
||||||
3. `make LOCAL_MULTILIB=64 USE_NINJA=false aapt2`
|
3. `m aapt2`
|
||||||
4. `strip out/host/darwin-x86/bin/aapt2_64`
|
4. `strip out/host/darwin-x86/bin/aapt2_64`
|
||||||
|
|
||||||
#### Confirming aapt/aapt2 builds are static
|
#### Confirming aapt/aapt2 builds are static
|
||||||
|
Loading…
Reference in New Issue
Block a user