mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
update steps as aapt2 requirements change
This commit is contained in:
parent
cab47c846b
commit
da9fb5115e
16
INTERNAL.md
16
INTERNAL.md
@ -259,21 +259,15 @@ The steps below are different per flavor and operating system. For cross compili
|
||||
we lose the ability to quickly build just the aapt2 binary. So the Windows procedure builds the entire Sdk.
|
||||
|
||||
#### Unix
|
||||
1. `source build/envsetup.sh`
|
||||
2. `lunch sdk-eng`
|
||||
3. `make OUT_DIR=out-x64 LOCAL_MULTILIB=64 USE_NINJA=false aapt2`
|
||||
4. `strip out-x64/host/linux-x86/bin/aapt2`
|
||||
1. `make OUT_DIR=out-x64 LOCAL_MULTILIB=64 USE_NINJA=false aapt2`
|
||||
2. `strip out-x64/host/linux-x86/bin/aapt2`
|
||||
|
||||
#### Windows
|
||||
1. `source build/envsetup.sh`
|
||||
2. `lunch sdk-eng`
|
||||
3. `make PRODUCT-sdk-win_sdk USE_NINJA=false`
|
||||
4. `strip out/host/windows-x86/bin/aapt2.exe`
|
||||
1. `make PRODUCT-sdk-win_sdk USE_NINJA=false`
|
||||
2. `strip out/host/windows-x86/bin/aapt2.exe`
|
||||
|
||||
#### Mac
|
||||
1. `source build/envsetup.sh`
|
||||
2. `lunch sdk-eng`
|
||||
3. `make OUT_DIR=out-x64 LOCAL_MULTILIB=64 USE_NINJA=false aapt2`
|
||||
1. `make OUT_DIR=out-x64 LOCAL_MULTILIB=64 USE_NINJA=false aapt2`
|
||||
|
||||
# Gradle Tips n Tricks
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user